{% extends "authbase.html" %} {% load static %} {% block headincs %} {% endblock %} {% block sidebar %} {% include "admin-menu.html" %} {% endblock %} {% block content %}
Título: {{gallery.title}}
Subtítulo: {{gallery.subtitle}}
Dueño: {{gallery.owner}}
Correo: {{gallery.email}}
Primer año: {{gallery.first_year}}
Adelantos por página: {{gallery.items_per_page}}
Ficha: {{token}}
{% if message %}
{{message}}
{% endif %} {% endblock %}