{% extends "base.html" %} {% set titles = { 'featured': _('Featured Collections'), 'popular': _('Popular Collections'), 'rating': _('Highest Rated Collections'), 'created': _('Recently Added Collections'), } %} {% set base_url = url('collections.list') %} {% block title %}{{ page_title(titles[filter.field]) }}{% endblock %} {% block extrahead %}{{ category_arrow(filter.field, prefix='p') }}{% endblock %} {% block content %}
{% if request.GET %}
{% set crumbs = [(url('collections.list'), _('Collections')), (None, filter.title)] %} {{ breadcrumbs(crumbs) }}

{{ titles[filter.field] }}

{% else %} {% endif %}
{% include 'bandwagon/includes/collection_sidebar.html' %}

{{ _('Add-on Collector') }}

{% trans app=request.APP.pretty, src=media('img/illustrations/logo-collections-download-146x159.png') %} Get updates on followed collections or manage your own collections directly from {{ app }} with this add-on. {% endtrans %}

{{ _('Check out Add-on Collector') }}
{% endblock %}