{% extends 'base.html.twig' %} {% block title %}Careers | {{ parent() }}{% endblock %} {% block body %}

Start an exciting career with Luxury Pools and Living

Positions

Printable Application

{% set x = 0 %} {% for title, data in jobs %} {% if x % 2 == 0 %}
{% endif %}

{{ title }}

{% if data.opening %}

Immediate Opening Available

{% endif %}

{{ data.shortdesc }}
Apply Here

{% if (x+1) % 2 == 0 or x == (jobs|length - 1) %}
{% endif %} {% set x = x + 1 %} {% endfor %} {% endblock %}