mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-14 10:40:57 +01:00
* added basic recap feature (no error handling) * introduced abstractpublication * extracted base reports * added error report to recap * added test * added docs
8 lines
162 B
Django/Jinja
8 lines
162 B
Django/Jinja
# {{ name }}
|
|
|
|
🕒 {{ begin_datetime.format('DD MMMM, HH:mm') }} - {{ end_datetime.format('DD MMMM, HH:mm') }}
|
|
|
|
{% if location %}
|
|
📍 {{ location }}
|
|
|
|
{% endif %} |