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

{{ name }}

{{ summary }}

{{ body }}

{% if meta.Context %}

Context:

{{ meta.Context }}

{% endif %} {% if meta.Templates %}

Templates:

{{ meta.Templates }}

{% endif %}

‹ Back to Views Documentation

{% endblock %}