{% 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 %}
{% trans url=url('collections.add') %} Collections are groups of related add-ons that anyone can create and share. Explore collections created by other users or create your own. {% endtrans %}
{% 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 %}