{% load i18n %} {% spaceless %} {% for control in controls %} {{ control.text }} {% ifnotequal controls|last control %} | {% endifnotequal %} {% endfor %} {% if menu|length %} | {% trans "more" %} ▼ {% for item in menu %} {{ item.text }} {% endfor %} {% endif %} {% endspaceless %}