{% load i18n %} {% if transition_hints %}

{% trans "Hints in order to..." %}

{% for action, hints in transition_hints.items %} {% for hint in hints %} {% if forloop.first %}

{% endif %} {{ hint }} {% if forloop.last %}

{% endif %} {% endfor %} {% endfor %}
{% endif %}