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

Bliss Box

{% for cat in categories %}

{{ cat.label }}

{% endfor %}
{% for cat in categories %}

{{ cat.label }}

{% for event in events %} {% if event.categoryid == cat.id %} {% endif %} {% endfor %}
{% endfor %}
{% endblock %}