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

{% trans "Delete Template" %}

{% trans "Are you sure you want to delete the template" %}

"{{ template.name }}"

{% if template.task_templates.count > 0 %}

{% trans "Warning" %}

{% blocktrans count counter=template.task_templates.count %} This template has {{ counter }} task template that will also be deleted. {% plural %} This template has {{ counter }} task templates that will also be deleted. {% endblocktrans %}

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