{% extends "web/base.html" %} {% load i18n static %} {% load check_permissions %} {% block content %}
{# KEYWORDS WITH CATEGORIES #} {% for category_names, kw_list in categories_with_keywords.items %} {% if kw_list|length %}
{{ category_names }}
{% endif %} {% endfor %} {% if user|can_add_mlgr %}   {% translate 'Add from Wikidata' %} {% endif %}
{% endblock %}