{% load humanize %} {% load static %} {% load galeria %}
{{gallery.title}}
{{gallery.subtitle}}
{% if user.is_authenticated %}
Menú
Información
Cambiar contraseña
Subir imágenes
{% for menu in menus %}
{{menu.name}}
{% endfor %}
Salir
{% else %}
Ingresar
{% endif %}
{% block breadcrumb %}{% endblock %}
{{page_title}}
{% if summary %}
{{summary}}
{% endif %} {% if search %}
Buscar
{% endif %}
{% if navigation.prev %}
← Anterior
{% endif %}
{% if navigation.next %}
Siguiente →
{% endif %}
{% if navigation.up %}
↑ Arriba ↑
{% else %} {% endif %}
{% block content %}{% endblock %}
{% if page and page.has_previous %}
← Página {{page.previous_page_number}}
{% endif %}
{% if page and page.has_next %}
Página {{page.next_page_number}} →
{% endif %}
{% if page %} Página
{% for p in 1|range:page.paginator.num_pages %}
{{p}}
{% endfor %}
de {{page.paginator.num_pages|intcomma}} {% else %} {% endif %}