{% load i18n %}

{{ legend.name }}

{% for subitem in legend.subitems %}
{% trans 'Legend' %}: {{ legend.name }} {% if subitem.description %} {{ subitem.description }}{% endif %}
{% endfor %}