{% extends "admin/base_site.html" %} {% load adminmedia %} {% load i18n %} {% block bodyclass %}documentation{% endblock %} {% block content-class %}content-grid{% endblock %} {% 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 %}