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