{% extends "admin/change_list.html" %} {% load i18n staticfiles pbs_list pbs_tags %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content_title %} {{ block.super }} {% if tags.count == 1 %} {% if tags.0.name.lower != 'operations map' and tags.0.name.lower != 'aerial burn map' and tags.0.name.lower != 'context map' and tags.0.name.lower != 'prescribed burning organisational structure and communications plan' %}
Download the {{ tags.0.name }} template
{% elif tags.0.name.lower == 'prescribed burning organisational structure and communications plan' %}
Download the Organisational Structure and Communications Plan template
{% endif %} {% endif %} {% endblock %} {% block object-tools-items %} Add document {% comment %} {% if tags.count == 1 %} {% for tag in tags %} Add {{ descriptor }} {% endfor %} {% else %} {% endif %} {% endcomment %} {% endblock %}