{{ summary }}
{{ body }}
{% if meta.Context %}Context:
{{ meta.Context }}
{% endif %} {% if meta.Templates %}Templates:
{{ meta.Templates }}
{% endif %} ‹ Back to Views Documentation{% extends "admin/base_site.html" %} {% load staticfiles %} {% load i18n %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block bodyclass %}documentation{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block title %}View: {{ name }}{% endblock %} {% block content %}{{ body }}
{% if meta.Context %}{{ meta.Context }}
{% endif %} {% if meta.Templates %}{{ meta.Templates }}
{% endif %} ‹ Back to Views Documentation