{% for event in events %}
  • {% include 'client/includes/show_logo.html' with obj=event %}
    {{ event.name|safe }}
    {{ event.main_title|safe }}
    {% include 'client/includes/show_date_block.html' with obj=event %}
    {{ event.country }}, {{ event.city }}, {% if event.place %} {{ event.place }} {% endif %}
  • {% endfor %}