{% extends 'layouts/base.html' %} {% load i18n static %} {% block title %}{% trans "Delete Activity Type" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "Delete Activity Type" %}

{% trans "Confirm deletion of activity type" %}

{% trans "Warning" %}

{% trans "This action cannot be undone." %}

{% trans "Are you sure you want to delete this activity type?" %}

{% trans "Name" %}
{{ activity_type.name }}
{% trans "Arabic Name" %}
{{ activity_type.name_ar|default:"-" }}
{% trans "Description" %}
{{ activity_type.description|default:"-" }}
{% csrf_token %}
{% trans "Cancel" %}
{% trans "Impact" %}

{% trans "Deleting this activity type will affect:" %}

  • {% trans "All standards linked to this activity type will have their activity type set to null" %}

{% trans "Consider:" %} {% trans "You may want to mark this activity type as inactive instead of deleting it." %}

{% endblock %}