{% extends "directories/base.html" %} {% load directory_tags %} {% load i18n %} {% block body %}
{% directory_nav user directory %}

{% firstof MODULE_DIRECTORIES_LABEL 'Directory' %} {% trans "Delete Page" %}

{% trans "Are you sure you want to permanently delete this" %} {% firstof MODULE_DIRECTORIES_LABEL 'Directory' %}?

{% firstof directory.headline "Untitled" %}

{% if directory.logo %}
{% firstof directory.headline 'Untitled' %}
{% endif %}
{% if directory.summary %} {{ directory.summary|striptags|truncatewords:20|safe }} {% else %} {{ directory.body|striptags|truncatewords:20|safe }} {% endif %}
{% csrf_token %}
{% endblock %}