{% extends "base.html" %} {% block content %}
{# Page Header #}

{{ _('Add New User') }}

{{ _('Register a new staff user in the system') }}

{# User Form #}

{{ _('User Information') }}

{{ _('Optional email address') }}

{{ _('Optional phone number') }}

{{ _('Unique identification for the staff member') }}

{{ _('Cancel') }}
{% endblock %}