{% load static %} {% block title %}School MIS{% endblock %} {% if school_settings and school_settings.school_logo %} {% else %} {% endif %} {% block extra_css %}{% endblock %}
{% include 'includes/sidebar.html' %} {% include 'includes/top_nav.html' %}
{% include 'includes/messages.html' %} {% block content %}{% endblock %}
{% include 'includes/footer.html' %} {% include 'includes/scripts.html' %} {% if request.user.is_authenticated %} {% endif %} {% block extra_js %}{% endblock %}