{# Base file for all of the settings pages to ensure a common menu #} {% extends "home/base.html" %} {% load static %} {% load auth_extras %} {% block content %}

Dashboard

User

{% if request.user|has_group:"admin" or request.user.is_staff %}

Application

Scheduling

Actions

{% endif %}
{% block settings_content %}{% endblock %}
{% endblock content %}