parent
b7d655a21e
commit
7e51a32210
2 changed files with 39 additions and 0 deletions
|
|
@ -65,6 +65,11 @@
|
|||
<div>Start: {{ display_date_no_year(trip.start) }} (end date missing)</div>
|
||||
{% endif %}
|
||||
|
||||
{% set delta = human_readable_delta(trip.start) %}
|
||||
{% if delta %}
|
||||
<div>{{ delta }} time</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="conferences">
|
||||
{% for conf in trip.conferences %} {{ conference_row(conf, "going") }} {% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue