feat: show if an event was online
This commit is contained in:
parent
46e5fbcced
commit
b3923c7b4d
2 changed files with 11 additions and 5 deletions
|
@ -63,6 +63,12 @@
|
|||
{% endif %}
|
||||
|
||||
- {{ content.field_date }}
|
||||
|
||||
{% block trans %}
|
||||
{% if content.field_is_online.0 %}
|
||||
(online)
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock paragraph %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue