{% extends 'layouts/base.html' %} {% load i18n static %} {% block title %}{% trans "Activity Types" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Manage activity types for standards" %}
| {% trans "Name" %} | {% trans "Arabic Name" %} | {% trans "Status" %} | {% trans "Actions" %} |
|---|---|---|---|
|
{{ activity_type.name }}
{% if activity_type.description %}
{{ activity_type.description|truncatechars:80 }} {% endif %} |
{{ activity_type.name_ar|default:"-" }} | {% if activity_type.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} |
{% trans "Add your first activity type to get started" %}
{% trans "Add Activity Type" %}