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

{% if search %} {% ifequal nb_results 0 %} {% trans "No results for" %} « {{ search }} »  {% else %} {% trans "Search results for" %} « {{ search }} » : {% endifequal %} {% elif user_fragments %} {% trans "Fragments created by" %} : {{ username }} {% else %} {% trans "All fragments" %} {% endif %}

{% if search or user_fragments %} {% endif %}
{% if nb_pages > 1 %}{% build_pagination nb_pages cur_page_nb url_pagination "" %}{% endif %} {% if nb_pages > 1 %}

{% build_pagination nb_pages cur_page_nb url_pagination "clickable" %}

{% endif %} {% endblock %}