{% load static %} {% load query_params %} {% load admin_params %} {% block title %}{% endblock %} {% if user.is_authenticated == True and user.is_superuser == True %}
{% include 'adminpanel/inc/header.html'%} {% endif %} {% block body %} {% endblock %} {% if user.is_authenticated == True and user.is_superuser == True %} {% include 'adminpanel/inc/footer.html'%}
{% endif %}
Choose or Upload Media File
{% csrf_token %}
{% media_load %}