{% extends "egonomy_base.html" %} {% load static %} {% load i18n %} {% load thumbnail %} {% load navigation %} {% block title %}{% trans "All pictures" %}{% endblock %} {% block content %}

{% trans "All pictures" %}

{% if nb_pages %}

{% build_pagination nb_pages page "contents_page clickable" %}

{% endif %} {% if nb_pages %}

{% build_pagination nb_pages page "contents_page clickable" %}

{% endif %}
{% endblock %}