{% if event.exact_location %}
{% if nolink %}
{{ event.exact_location.name }}, {{ event.exact_location.city }}
{% else %}
{{ event.exact_location.name }}, {{ event.exact_location.city }}
{% endif %}
{% else %}
{% if perms.agenda_culturel.change_event and perms.agenda_culturel.change_place %}
{{ event.location }}
{% else %}
{{ event.location }}
{% endif %}
{% endif %}