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