{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block title %}Template: {{ name|escape }}{% endblock %} {% block content %}{{ template.file|escape }}
{% if not template.exists %} (does not exist){% endif %}