{% extends "porticus/base.html" %} {% load i18n %} {% load tagging_tags %} {% block head_title %}{% trans "Galleries" %} - {{ block.super }}{% endblock %} {% block porticus_content %}

{% trans "Galleries" %}

{% tag_cloud_for_model porticus.Gallery as tags with steps=6 min_count=1 distribution=log %} {% for tag in tags %} {{ tag.name }} {% endfor %}
{% if is_paginated %}{% endif %}
{% endblock %}