{% load static %} {% block title %}RH Acqua - Painel Administrativo{% endblock %} {% comment %} {% endcomment %} {% block extra_css %}{% endblock %} {% csrf_token %}
{% if user.is_admin %} {% include 'dashboard/partials/sidebar.html' %} {% elif user.is_recruiter %} {% include 'dashboard/partials/sidebar_recruiter.html' %} {% elif user.is_candidate%} {% include 'dashboard/partials/sidebar_candidate.html' %} {% else %} {% include 'dashboard/partials/sidebar.html' %} {% endif %}
{% include 'dashboard/partials/header.html' %}
{% block breadcrumb %}{% endblock %} {% include 'dashboard/partials/messages.html' %}
{% block content %}{% endblock %}
{% include 'dashboard/partials/footer.html' %}
{% block modals %}{% endblock %} {% block extra_js %}{% endblock %} {% block inline_js %}{% endblock %}