No notes defined.

<article class='c-team team type-team c-team--full'>
    <div class='c-workflow-info c-team__workflow-info'>
        <h2 class='sr-only'>Workflow</h2>
        <ul class='c-workflow-info__items c-worklow-info__items--1'>
            <li class='c-workflow-info__items__item c-workflow-info__items__item--1'>Active</li>
        </ul>
    </div>
    <section class='c-banner c-banner--background-light-gray c-team__banner'>
        <div class='c-banner__content-wrapper'>
            <figure class='c-country-map c-banner__country-map'>
                <span class='c-country-map__map'>
                    <span class='c-icon c-icon--huge c-icon--map-at'>
                        <img src='../../graphic/maps/map-at.svg' alt='' />
                    </span> </span>
                <figcaption class='c-country-map__content'>
                    <span class='c-icon c-icon--flag-at'>
                        <img src='../../graphic/flags/at.svg' alt='' />
                    </span>
                    <p class='c-country-map__localized-name'>Österreich</p>
                </figcaption>
            </figure>
            <header class='c-section-header c-section-header--background-light-gray c-team__section-header'>

                <p class='c-section-header__supra'><span>SIA International</span></p>

                <h1 class='c-heading c-heading--background-light-gray c-team__heading'>
                    Austria
                </h1>

            </header>

        </div>
    </section>
    <section class='c-team__details l-section'>
    </section>

</article>
<article class='{{ get_entity_class( entityType, display ) }}'>
    {% if workflowInfo %}
        {% include get_template( 'workflow-info', 'unit' ) with workflowInfo %}
    {% endif %}

    {% include get_template( 'banner', 'unit' ) with banner %}

    <section class='c-team__details l-section'>
        {% if team %}
            {% include get_template( 'heading', 'unit' ) with { text: 'Team'|t } %}
            {% include '@group/entities/entities.twig' with team %}
        {% endif %}
    </section>

    {% if links or button %}
        {% include get_template( 'app-bar', 'region' ) with {
            links: links,
            button: button
        } %}
    {% endif %}
</article>
{
  "workflowInfo": {
    "display": {
      "component": "team"
    },
    "items": {
      "status": {
        "label": "Active",
        "value": 1
      }
    }
  },
  "entityType": "team",
  "display": {
    "view_mode": "full"
  },
  "title": "Austria",
  "localized_name": "Österreich",
  "websiteURL": "https://austria.socialimpactaward.net",
  "ISO2": "at",
  "permalink": "https://play.socialimpactaward.net/team/austria",
  "banner": {
    "display": {
      "component": "team",
      "modifiers": [
        "background-light-gray"
      ]
    },
    "countryMap": {
      "display": {
        "component": "banner"
      },
      "icon": {
        "iso": "at"
      },
      "heading": null
    },
    "header": {
      "supraheading": "SIA International",
      "heading": {
        "text": "Austria"
      }
    }
  }
}