{% load staticfiles %} {% block bootstrapstylesheet %} {% endblock %} {% block pluginstylesheet %} {% endblock %} {% block themestylesheet %} {% endblock %} {% block iconstylesheet %} {% endblock %} {% block dandelionstylesheet %} {% endblock %} {% block extrastylesheet %}{% endblock %} {% block title %}{% endblock %} - Kronos
{% if user.is_authenticated %}
{% include "user_profile.html" %}
{% endif %}
{% include "header_buttons.html" %}
    {% block breadcrumbs %}
  • Inicio
  • {% endblock %}
{% include "sidebar.html" %}
{% if messages %}
    {% for message in messages %} {{ message }} {% endfor %}
{% endif %} {% block content %} {% endblock %}
{% block jslibs %} {% endblock %} {% block jsbootstrap %} {% endblock %} {% block jqueryui %}{% endblock %} {% block jsplugins %}{% endblock %} {% block jstemplate %} {% endblock %} {% block extrajs %}{% endblock %}