{% extends "projects/user_list.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load ext_theme_tags %} {% block project_edit_content_subheader %} {% if object %} {% trans "Update maintainer" %} {% else %} {% trans "Add maintainer" %} {% endif %} {% endblock %} {% block project_edit_content %} {% if not object %}
{% blocktrans trimmed %} Adding a user as a maintainer will give the user admin access to this project. They will be sent an email with a link to accept the invitation. {% endblocktrans %}
{% endif %}
{% csrf_token %} {{ form|crispy }}
{% endblock project_edit_content %}