{% extends 'base.html.twig' %} {% block title %}{{ poolModel.name }} Pool Model | {{ parent() }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{% for model in poolModels %}

{{ model.name }}

{% endfor %}

{{ poolModel.description }}

{% if poolModel.slug != 'outback' %} {% endif %}

- Features & Benefits -

    {{ poolModel.featuresAndBenefits|raw }}

Print A {{ poolModel.name }} Pool Brochure

{{ poolModel.additionalContent|raw }} {% if poolModel.poolProjectGalleries|length > 0 %}

{{ poolModel.name }} Galleries

click on a thumbnail to see that projects gallery
{% set galleryCount = 1 %} {% for gallery in poolModel.poolProjectGalleries %}
{% for x in 1..gallery.numberOfPhotos %} {% if x < 10 %} {% set imageNumber = '0'~x %} {% else %} {% set imageNumber = x %} {% endif %} {% endfor %}
{% set galleryCount = galleryCount + 1 %} {% endfor %}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}