{% macro render_event_label_list(labels) %} {% if labels %} {% for label in labels %} {% endfor %}
{% trans %}Label{% endtrans %} {% trans %}Actions{% endtrans %}
{% with label=label, message='', size='' %} {% include 'events/label.html' %} {% endwith %}
{% else %} {% trans %}There are no event labels yet.{% endtrans %} {% endif %} {% endmacro %}