{% load staticfiles %} {% load static %}
{% block static %} {% endblock %}
{% if user.is_authenticated %}
Toggle navigation
OpenDuty
Dashboard
Incidents
Unhandled
Acknowledged
All
Services
Escalation Policies
On-Call Schedules
Users
{{ user.username }}
Account
Logout
{% endif %}
{% block content %} {% endblock %}