{% extends "base.html" %} {% block breadcrumb %} Inicio {% for bc in breadcrumbs %} 〉 {{bc.name}} {% endfor %} {% endblock %} {% load static %} {% block content %} {% if user.is_authenticated %}
{% csrf_token %}
{{ form }}
{% else %}
No tiene autorización para subir fotos.
{% endif %} {% endblock %}