{% extends '@nucleus/partials/particle.html.twig' %} {% set attr_extra = '' %} {% if particle.extra %} {% for attributes in particle.extra %} {% for key, value in attributes %} {% set attr_extra = attr_extra ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% set particleheading %}
{% if particle.mainheading %}

{{ particle.mainheading|raw }}

{% endif %} {% if particle.introtext %}

{{ particle.introtext|raw }}

{% endif %}
{% endset %} {% set ourteamitems %} {% for row in particle.items|batch(particle.columns|default('3')|e) %} {% if particle.behaviour|default('static') == 'static' %}
{% endif %} {% for item in row %} {% set attr_extra_item = '' %} {% for extra in item.extra %} {% set attr_extra_item = attr_extra_item ~ ' ' ~ extra|keys|first|e ~ '="' ~ extra|values|first|e('html_attr') ~ '"' %} {% endfor %} {% set image %} {{ item.alt|e }} {% endset %} {% set socialicons %} {% if item.facebook %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% endif %} {% if item.twitter %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% endif %} {% if item.googleplus %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% endif %} {% if item.linkedin %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% endif %} {% if item.dribbble %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% endif %} {% if item.email %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {%- if item.emailbehaviour|default("link") == "link" -%} {%- else -%} {%- endif -%} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% endif %} {% if item.phone %} {% if particle.style|default("style1") == "style1" %}
{% endif %} {%- if item.phonebehaviour|default("link") == "link" -%} {%- else -%} {%- endif -%} {% if particle.style|default("style1") == "style1" %}
{% endif %} {% endif %} {% endset %} {% set membername %}

{%- if item.link -%} {%- endif -%} {{- item.membername|raw -}} {%- if item.link -%} {%- endif -%}

{% endset %} {% set position %}
{{- item.position|raw -}}
{% endset %} {% set description %}
{{- item.description|raw -}}
{% endset %} {% set style1 %}
{% if item.image %}
{{ image }} {% if item.facebook or item.twitter or item.googleplus or item.linkedin or item.dribbble or item.email %} {% endif %}
{% endif %} {% if item.name or item.description or item.position %}
{% if item.membername %} {{ membername }} {% endif %} {% if item.position %} {{ position }} {% endif %} {% if item.description %} {{ description }} {% endif %}
{% endif %}
{% endset %} {% set style2 %}
{% if item.image %}
{{ image }}
{% endif %} {% if item.name or item.description or item.position %}
{% if item.membername %} {{ membername }} {% endif %} {% if item.position %} {{ position }} {% endif %} {% if item.description %} {{ description }} {% endif %} {% if item.facebook or item.twitter or item.googleplus or item.linkedin or item.dribbble or item.email %} {% endif %}
{% endif %}
{% endset %} {% set style3 %}
{% if item.image %}
{{ image }}
{% endif %} {% if item.name or item.position %}
{% if item.membername %} {{ membername }} {% endif %} {% if item.position %} {{ position }} {% endif %}
{% endif %} {% if item.description or item.facebook or item.twitter or item.googleplus or item.linkedin or item.dribbble or item.email %}
{% if item.description %} {{ description }} {% endif %} {% if item.facebook or item.twitter or item.googleplus or item.linkedin or item.dribbble or item.email %} {% endif %}
{% endif %}
{% endset %} {% if particle.behaviour|default('static') == 'static' %}
{% if particle.style|default("style1") == "style1" %}{{ style1 }}{% endif %} {% if particle.style|default("style1") == "style2" %}{{ style2 }}{% endif %} {% if particle.style|default("style1") == "style3" %}{{ style3 }}{% endif %}
{% endif %} {% if particle.behaviour|default('static') == 'slider' or particle.behaviour|default('static') == 'slideset' %}
  • {% if particle.style|default("style1") == "style1" %}{{ style1 }}{% endif %} {% if particle.style|default("style1") == "style2" %}{{ style2 }}{% endif %} {% if particle.style|default("style1") == "style3" %}{{ style3 }}{% endif %}
  • {% endif %} {% endfor %} {% if particle.behaviour|default('static') == 'static' %}
    {% endif %} {% endfor %} {% endset %} {% block particle %} {% if particle.behaviour|default('static') == 'static' %}
    {% if particle.mainheading or particle.introtext %} {{ particleheading }} {% endif %} {{ ourteamitems }}
    {% endif %} {% if particle.behaviour|default('static') == 'slider' %}
    {% if particle.mainheading or particle.introtext %} {{ particleheading }} {% endif %}
      {{ ourteamitems }}
    {% if (particle.navigation|default('arrows') == 'arrows') or (particle.navigation|default('arrows') == 'both') %}
    {% endif %}
    {% endif %} {% if particle.behaviour|default('static') == 'slideset' %}
    {% if particle.mainheading or particle.introtext %} {{ particleheading }} {% endif %}
      {{ ourteamitems }}
    {% if (particle.navigation|default('arrows') == 'arrows') or (particle.navigation|default('arrows') == 'both') %}
    {% endif %} {% if (particle.navigation|default('arrows') == 'dots') or (particle.navigation|default('arrows') == 'both') %} {% endif %}
    {% endif %} {% endblock %}