{% load i18n %}
{% load i18n static coop_navigation coop_utils coop_bar_tags coop_bs coop_edition thumbnail %}
{% trans "Select link" %}
{% trans "List of links" %}
{% for link in page_links %}
{{ link.title|safe }}
{{ link.get_absolute_url }}
{% if link.logo %} {% thumbnail link.logo '100x100' crop='center' as im %}
{% endthumbnail %} {% endif %}
{{ link.publication_date }}
{% endfor %}
{% include "coop_cms/_pagination.html" with page=links pages=pages %}
{% trans "Close" %}
{% trans "Select link" %}