{% load i18n %}{% trans 'date' %},{% trans 'time' %},{% trans 'number of places' %},{% trans 'number of places in waiting list' %},{% trans 'label' %},{% trans 'identifier' %},{% trans 'description' %},{% trans 'pricing' %},{% trans 'URL' %},{% trans 'publication date/time' %},{% if agenda.partial_bookings %}{% trans 'end time' %}{% else %}{% trans 'duration' %}{% endif %}{% for custom_field in custom_fields %},{{ custom_field.varname }}{% endfor %}
{{ some_future_date|date:"Y-m-d" }},{{ some_future_date|date:"H:i" }},15,0,{% trans "example event" as label %}{{ label }},{{ label|slugify }},,,https://www.example.net,{{ some_future_date|date:"Y-m-d H:i" }},{% if agenda.partial_bookings %}{{ some_future_date|date:"H:i" }}{% else %}30{% endif %}{% for custom_field in custom_fields %},{% if custom_field.field_type == "bool" %}true{% elif custom_field.field_type == 'date' %}2024-12-31{% else %}"{{ custom_field.label|safe }} {% trans "custom field content example"%}"{% endif %}{% endfor %}
