{% extends "admin/base_site.html" %}
{% load bootstrap4 %}
{% load fontawesome_5 %}
{% load static %}
{% block extrastyle %}
{% if not debug %}
{% endif %}
{% endblock %}
{% block extrahead %}
{% bootstrap_css %}
{% bootstrap_javascript jquery=True %}
{% fontawesome_5_static %}
{% endblock %}