{% include 'templates_main_section/dashboard/details_question.html' %}
{% include 'templates_main_section/dashboard/dashboard.html' %}
{% include 'templates_main_section/preguntas/preguntas.html' %}
{% include 'templates_main_section/organizacion/organizaciones.html' %}
{% include 'templates_main_section/organizacion/details_organizacion.html' %}
{% include 'templates_main_section/contactos/contactos.html' %}
{% if settings.rol.nombre == "Admin" %}
{% include 'templates_main_section/ajustes/ajustes.html' %}
{% endif %}