{% extends 'layouts/base.html' %} {% load i18n %} {% load action_icons %} {% block title %}{% trans "Delete Source" %}{% endblock %} {% block content %}
{% trans "Confirm deletion of standard source" %}
| {% trans "Code" %} | {{ source.code }} |
|---|---|
| {% trans "Name" %} | {{ source.name }} |
| {% trans "Arabic Name" %} | {{ source.name_ar|default:"-" }} |
| {% trans "Description" %} | {{ source.description|default:"-" }} |
| {% trans "Website" %} | {% if source.website %} {{ source.website }} {% else %} - {% endif %} |
{% trans "Deleting this source will affect:" %}
{% trans "Consider:" %} {% trans "You may want to mark this source as inactive instead of deleting it." %}