{% load i18n event_tags %} {% with activity|get_herited:'has_perm' as has_perm %}
{% if activity.places.all %} {{ activity.places.all |join:", "}} {% else %}    -    {% endif %} public  :  {% with activity|get_herited:'is_public' as is_public %} {% endwith %}
{% if activity.parent %} {{ activity.parent}} {% else %}    -    {% endif %} perm  : 
{% if activity.tags.all %} {{ activity.tags.all |join:", "}} {% else %}    -    {% endif %} {% if has_perm %} {{ activity|get_herited:'min_perm' }} ≤ {{ activity.staff.count }} ≤ {{ activity|get_herited:'max_perm' }} {% endif %}
{% if has_perm %}
En perm : {% with activity.staff.all as staff %} {% if staff %} {{ staff |join:", "}} {% else %}    -    {% endif %} {% endwith %}
s'inscrire (TODO)
{% endif %} {% endwith %}