{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block title %}{% blocktrans %}Template: {{ name }}{% endblocktrans %}{% endblock %} {% block content %}

{% blocktrans %}Template: "{{ name }}"{% endblocktrans %}

{# Translators: Search is not a verb here, it qualifies path (a search path) #}

{% blocktrans %}Search path for template "{{ name }}":{% endblocktrans %}

    {% for template in templates|dictsort:"order" %}
  1. {{ template.file }}{% if not template.exists %} {% trans '(does not exist)' %}{% endif %}
  2. {% endfor %}

‹ {% trans 'Back to Documentation' %}

{% endblock %}