{% extends "egonomy_base.html" %} {% load static %} {% load i18n %} {% load thumbnail %} {% load navigation %} {% block title %}{% trans "All collections" %}{% endblock %} {% block css_page %} {% endblock %} {% block popins %}

{% trans "New collection" %}

{% csrf_token %}
{% endblock %} {% block content %}
{% if user_collections %}

{% blocktrans count counter=results|length %}My collection{% plural %}My {{ counter }} collections{% endblocktrans %}

{% else %}

{% trans "All collections" %}

{% endif %}
{% if nb_pages > 1 %}{% build_pagination nb_pages cur_page_nb url_pagination "clickable" %}{% endif %} {% if nb_pages > 1 %}

{% build_pagination nb_pages cur_page_nb url_pagination "clickable" %}

{% endif %} {% endblock %}