{% if user.is_authenticated %}{% endif %}
{% if brand_company %}{{ brand_company.name }} — HR & Payroll{% else %}HR & Payroll Management System{% endif %}Project {{ project_reference|default:"HRPAY-BMD-20260911-01" }}
{% if user.is_authenticated %}
{{ user.username|first|upper }}
{{ user }}{{ role_label }} · Password
{% csrf_token %}
{% endif %}
{% if messages %}{% for message in messages %}
{{ message }}
{% endfor %}{% endif %}{% block content %}{% endblock %}