{% load static i18n%} {% load i18n %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %} {% comment %} {% endcomment %}
{% endif %} {% if objective_form.non_field_errors %}
{% for error in objective_form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
{% if update %}

{% trans "Update Objective" %}

{% else %}

{% trans "Create Objective" %}

{% endif %}
{% if update %}
{% else %} {% endif %} {% csrf_token %} {{objective_form.as_p}}