{% extends "layout_1_column.html" %} {% block title %} Tags cloud | {{ topic_map.name }} {% endblock %} {% block javascript %}{% endblock %} {% block menu %} {% if not current_user.is_authenticated or not collaboration_mode or collaboration_mode.name == "VIEW" %} {% endif %} {% if current_user.is_authenticated and collaboration_mode.name == "COMMENT" %} {% endif %} {% if current_user.is_authenticated and collaboration_mode.name == "EDIT" %} {% endif %} {% endblock %} {% block content %}

{{ topic_map.name }} Tags cloud

{{ creation_date }}


{% if tags|length > 0 %} {% for tag, count in tags.items() %} {{ tag }}      {% endfor %} {% else %} {% endif %}

{% endblock %}