{% include "google-analytics.html" %}
{{galeria.title}} - {{page_title}}
{% load i18n %} {% load humanize %} {% load static %} {% load galeria %}
{% include "dialog.html" %}
{{galeria.title}}
{{galeria.subtitle}}
{% if user.is_authenticated %} {% include "dropdown.html" %} {% else %}
{% translate "Login" %}
{% endif %} {% if albums %} {% include "album-select.html" %} {% endif %}
{% translate "Home" %}
{% for bc in breadcrumbs %} 〉
{{bc.name}}
{% endfor %}
{{page_title}}
{% if locked %}
{% endif %} {% if is_cover %}
{% endif %}
{% if summary %}
{{summary}}
{% endif %} {% if search %}
{% translate "Search" %}
{% endif %}
{% if navigation.prev %}
← {% translate "Previous" %}
{% endif %}
{% if navigation.up %}
↑ {% translate "Up" %} ↑
{% else %} {% endif %}
{% if navigation.next %}
{% translate "Next" %} →
{% endif %}
{% block content %}{% endblock %}
{% if page and page.has_previous %}
← {% translate "Page" %} {{page.previous_page_number}}
{% endif %}
{% if page %} {% translate "Page" %}
{% for p in 1|range:page.paginator.num_pages %}
{{p}}
{% endfor %}
{% translate "of" %} {{page.paginator.num_pages|intcomma}} {% else %} {% endif %}
{% if page and page.has_next %}
{% translate "Page" %} {{page.next_page_number}} →
{% endif %}