{% if transition_hints %}

Hints in order to...

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

{{ hint }}

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