{% for tag in participation.execution_tags.all %}
{{ tag }}
{% endfor %}
{% if participation.status not in participation.DEFAULT_SET %}
{{ participation|display:'status' }}
{% endif %}
{% if not subject.is_available %}
{% icon 'phone-slash' %}
{% endif %}
{% if CASTELLUM_REPORT_NOTIFICATION_TO and not subject.blocked %}
{% icon 'flag' %} {% translate 'report' %}
{% endif %}