{% extends "admin/base_site.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %} {% endblock %} {% block title %}Views{% endblock %} {% block content %}

View documentation

{% regroup views|dictsort:"site_id" by site as views_by_site %}