{% extends "layout.html" %} {% block title %}Perfil {% endblock %} {% set nav_active = 'configuracion' %} {% block content %} {% if message_success %} {% endif %} {% if message_error %} {% endif %}

Perfil

{% for privilegio in privilegios %} {% if privilegio.nombre == 'usuarios' %}
{% endif %} {% endfor %}

Seguridad

{% endblock %}