{% load i18n %} {% comment %} {% endcomment %}

{% trans "Most recent tags" %}:

{% if controller.mostRecentTags %}
{% for key,value in controller.mostRecentTags.items %} {% endfor %}
{% else %}

{% trans "No tags." %}

{% endif %}