12 lines
288 B
Twig
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>
|