{% extends 'base.html.twig' %} {% block title %}{{ poolStyle.name }} Pool Style | {{ parent() }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{% for style in poolStyles %}

{{ style.name }}

{% endfor %}

{{ poolStyle.name }} Pool Styles

{% for pool in poolStyle.poolModels %} {% endfor %} {% for fancybox in styleFancyboxes[poolStyle.slug] %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}