{% include 'includes/import-top.html' %} {% include 'includes/header.html' %}

Team

Home Our Team Members

Board of Directors

{% for t in team.board %}

{{t.post}}

{% endfor %}

Our Directors

{% for t in team.directors %}

{{t.post}}

{% endfor %}

Management Team

{% for t in team.members %}

{{t.post}}

{% endfor %}
{% include 'parts/home/clients.html' %} {% include 'includes/footer.html' %} {% include 'includes/import-bottom.html' %}