{% if user.is_authenticated %} {% else %} {% endif %}
{% if user.is_authenticated %} {{ user.nombre }}
{% csrf_token %}
{% else %} Iniciar Sesión {% endif %}