{% extends "layouts/base.html" %} {% load i18n %}{% get_current_language as LANG %} {% block title %}{% if edit_user %}{% trans "Edit User" %}{% else %}{% trans "Create User" %}{% endif %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if edit_user %}{% trans "Update user account information and roles" %}{% else %}{% trans "Create a new user account with roles and permissions" %}{% endif %}
{{ field }}: {{ errors.0 }}
{% endfor %}