all-in-one-event-calendar/public/admin/twig/event-excerpt.twig
2017-03-16 16:59:53 +01:00

12 lines
288 B
Twig

<div class="timely ai1ec-excerpt">
<div class="ai1ec-time">
<strong>{{ text_when }}</strong>
{{ event | timespan | raw }}
</div>
{% if location is not empty %}
<div class="ai1ec-location">
<strong>{{ text_where }}</strong>
{{ location | raw }}
</div>
{% endif %}
</div>