🛡️ Audit Hardening Tool
VNPT-MEDIA
🌞
{% if is_logged_in and user_info %}
👤 {{ user_info.full_name or user_info.username }}
{% if user_info.role %}
{{ user_info.role|upper }} {% if user_info.unit_name %} | {{ user_info.unit_name }}{% endif %}
{% endif %}
🚪 Đăng xuất
{% else %}
👤 Khách
{% endif %}