{% 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 "Edit activity type" %}{% else %}{% trans "Add new activity type" %}{% endif %}
{% trans "Activity types categorize standards by the type of activity they relate to." %}
{% trans "Examples:" %}
• Clinical
• Administrative
• Support Services
{% trans "Only active activity types can be used when creating new standards." %}