{% load i18n %}

{% if act_id %} {% trans "Update Action Type" %} {% else %} {% trans "Create Action Type" %} {% endif %}

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