{% extends 'layouts/base.html' %} {% load i18n static %} {% block title %}{% if activity_type %}{% trans "Update Activity Type" %}{% else %}{% trans "Create Activity Type" %}{% endif %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% if activity_type %}{% trans "Update Activity Type" %}{% else %}{% trans "Create Activity Type" %}{% endif %}

{% if activity_type %}{% trans "Edit activity type" %}{% else %}{% trans "Add new activity type" %}{% endif %}

{% trans "Activity Type Information" %}
{% csrf_token %}
{{ form.name }} {% if form.name.errors %}

{{ form.name.errors }}

{% endif %}
{{ form.name_ar }} {% if form.name_ar.errors %}

{{ form.name_ar.errors }}

{% endif %}
{{ form.description }} {% if form.description.errors %}

{{ form.description.errors }}

{% endif %}
{% trans "Cancel" %}
{% trans "Help" %}
{% trans "Activity Type" %}

{% trans "Activity types categorize standards by the type of activity they relate to." %}

{% trans "Examples:" %}

• Clinical

• Administrative

• Support Services

{% trans "Active Status" %}

{% trans "Only active activity types can be used when creating new standards." %}

{% endblock %}