{% load static i18n%} {% load i18n %} {% if objective_form.non_field_errors %}
{% for error in objective_form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}

{% trans "Add assignees" %}

{% csrf_token %} {{form.as_p}}