{% include 'includes/import-top.html' %}
{% include 'includes/header.html' %}
Team
Home
Our Team Members
Board of Directors
{% for t in team.board %}
{{t.name}}
{{t.post}}
{% endfor %}
Our Directors
{% for t in team.directors %}
{{t.name}}
{{t.post}}
{% endfor %}
Management Team
{% for t in team.members %}
{{t.name}}
{{t.post}}
{% endfor %}
{% include 'parts/home/clients.html' %} {% include 'includes/footer.html' %} {% include 'includes/import-bottom.html' %}