{% set classes = [ 'node', 'node--type-' ~ node.bundle|clean_class, node.isPromoted() ? 'node--promoted', node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', view_mode ? 'node--view-mode-' ~ view_mode|clean_class, 'clearfix', ] %} {% if view_mode == 'teaser' %}
{{ content.field_team_image }}
{% if node.field_team_facebook.value %} {% endif %} {% if node.field_team_google.value %} {% endif %} {% if node.field_team_pinterest.value %} {% endif %} {% if node.field_team_twitter.value %} {% endif %}
{{ node.field_team_position.value|e }}
{% for item in node.field_team_skills %} {% set skill = item.value|split('--') %} {% if skill['0'] and skill['1'] %}
{{ skill['0'] }}
{{ skill['1'] }}%
{% endif %} {% endfor %}
{% elseif view_mode == 'teaser_2' %}
{{ content.field_team_image }}
{% if node.field_team_position.value %}
{{ node.field_team_position.value|e }}
{% endif %}
{% if node.field_team_facebook.value %} {% endif %} {% if node.field_team_google.value %} {% endif %} {% if node.field_team_pinterest.value %} {% endif %} {% if node.field_team_twitter.value %} {% endif %}
{% else %}
{{ node.field_team_name.value|e }}
{{ node.field_team_position.value|e }}
{{ content.field_team_description }}
{{ content.field_team_image }}
{{'Contact Info'|t}}
{{ content.field_team_contact }}
{% for item in node.field_team_social %} {% endfor %}
{{'Education'|t}}
{{ content.field_team_education }}
{{ content|without('field_team_name', 'field_team_contact', 'field_team_image', 'field_team_contact', 'field_team_quote', 'field_team_social', 'field_team_education', 'field_team_position', 'field_team_email', 'field_team_description', 'comment') }}
{{content.field_team_quote}}
{% if content.comment %}
{{ content.comment }}
{% endif %} {% endif %}