{% extends '_base.html' %} {% load static %} {% load i18n %} {% block content %} {% if admin %} {% include '_components/header.html' %} {% else %} {% include '_components/header.html' with no_nav=True %} {% endif %}