{% import "macros.html" as macros %} {% if contributors %} {% cache 600 "contributors" contributors search_tags scope sort query context.page context.page_size language_code %}

{% trans %}Contributors{% endtrans %}

{% spaceless %} {% for person in contributors %} {{ macros.gravatar(person,48) }} {% endfor %} {% endspaceless %}
{% endcache %} {% endif %} {% if request.user.is_authenticated() %} {% include "blocks/tag_selector.html" %} {% endif %} {% if tags %} {% cache 0 "tags" tags search_tags scope sort query context.page context.page_size language_code %}

{% trans %}Related tags{% endtrans %}

{% endcache %} {% endif %}