{% extends "master.html" %} {% load ui %} {% load staticfiles %} {% block sidebar %} {% var as related_pages %} {"pages": [ {% if user.is_staff %} {"url": "{% url "admin:index" %}", "title": "Administration", "new_window": true} {% endif %} ]} {% endvar %} {{ block.super }} {% endblock %} {% block content %}

Management

Depending on your permissions, you may see different management options below.

{% endblock %}