{% extends "porticus/base.html" %} {% load i18n tagging_tags %} {% block porticus_content %}

Tags

{% tag_cloud_for_model porticus.Ressource as tags with steps=6 distribution=log %} {% for tag in tags %} {{tag.name}}
{% endfor %}
{% endblock %}