{% extends 'base.html.twig' %} {% block title %}#Blissisthenewevent{% endblock %} {% block body %}

Bliss Event

{{ event.title }}

{{ event.description }}

{% if event.date is not empty %}

{{ event.date }}

{% endif %} {% if event.place is not empty %}

{{ event.place }}

{% endif %} {% if event.duration is not empty %}

{{ event.duration }}

{% endif %} {% if event.nbpax is not empty %}

{{ event.nbpax }} participants

{% endif %}
{% endblock %}