{% 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
{% if messages %}{% for message in messages %}{% endfor %}{% endif %}{% block content %}{% endblock %}