{% extends 'adminpanel/base.html' %} {% block title %}System Health ยท Admin Panel{% endblock %} {% block content %}
{% if pending_transactions > 10 %} High volume - review needed {% else %} Normal levels {% endif %}
{% if pending_transactions > 0 %} Review transactions โ {% endif %}{% if unverified_users > 20 %} Many pending verifications {% else %} Under control {% endif %}
{% if unverified_users > 0 %} Review users โ {% endif %}Active users without trading accounts
{% if failed_transactions_week > 5 %} Higher than normal - investigate {% else %} Past 7 days {% endif %}
{% if failed_transactions_week > 0 %} View failed โ {% endif %}{% if negative_accounts > 0 %} Accounts need correction {% else %} All balances positive {% endif %}
{% if negative_accounts > 0 %} Review accounts โ {% endif %}{% if system_status == 'healthy' %} Everything running smoothly {% else %} Some areas need attention {% endif %}