{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Delete Template" %} - PX360{% endblock %} {% block content %}
{% trans "Delete Template" %}

{% trans "Are you sure you want to delete this project template?" %}

{% trans "Template:" %} {{ template.name }}
{% if template.hospital %} {% trans "Hospital:" %} {{ template.hospital.name }} {% else %} {% trans "Scope:" %} {% trans "Global (All Hospitals)" %} {% endif %}

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

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}