{% extends "base.html" %} {% load i18n %} {% load crispy_forms_filters %} {% block title %}{% trans "users" %}{% endblock title %} {% block content %}
{% if user.created %} {{ _("Edit User") }} {% else %} {{ _("Add User") }} {% endif %}