{% load static %} {% block title %}IBS - Dashboard{% endblock %} {% block third_party_css %}{% endblock %}
{% include 'ibs/layouts/sidebar.html' %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% include 'ibs/layouts/header.html' %} {% block content %}{% endblock %}
{% include 'ibs/layouts/footer.html' %}
{% include 'ibs/layouts/right_side.html' %} {% block third_party_js %}{% endblock %} {% block demo_js %}{% endblock %}