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