{% load tag_extra %} {% load utils_extra %}
{% if pe.exact_location %} {% picto_from_name "map-pin" %} {{ pe.exact_location.name }}, {{ pe.exact_location.city }}
{% else %} {% if pe.location %} {% picto_from_name "map-pin" %} {{ pe.location }} {% endif %} {% endif %}