Show end date for trips
This commit is contained in:
parent
ea33722f69
commit
21b67bdc64
4 changed files with 67 additions and 45 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{% macro display_datetime(dt) %}{{ dt.strftime("%a, %d, %b %Y %H:%M %z") }}{% endmacro %}
|
||||
{% macro display_time(dt) %}{{ dt.strftime("%H:%M %z") }}{% endmacro %}
|
||||
{% macro display_date(dt) %}{{ dt.strftime("%a, %d, %b %Y") }}{% endmacro %}
|
||||
{% macro display_date_no_year(dt) %}{{ dt.strftime("%a, %d, %b") }}{% endmacro %}
|
||||
|
||||
{% macro conference_row(item, badge) %}
|
||||
{% set country = get_country(item.country) if item.country else None %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue