No notes defined.

<span class='c-team team type-team c-team--one-liner' style='background-image: url( ../../graphic/flags/at.svg );'>
        <a class='c-link c-link--muted ' href="https://austria.socialimpactaward.net" itemprop="item" itemid="https://austria.socialimpactaward.net" title="Austria"><span itemprop="name">Austria</span></a> </span>
{% if display.view_mode == 'one-liner' %}
    <span class='{{ get_entity_class( entityType, display ) }}' {% if ISO2 %} style='background-image: url( {{ asset( ISO2 ~ '.svg', "graphic/flags" ) }} );'{% endif %}>
        {% if title %}
            {% if websiteURL %}
                {% include get_template( 'link', 'base' ) with {
                    text: title, 
                    href: websiteURL,
                    display: {
                        modifiers: [ 'muted' ]
                    }
                } %}
            {% else %}
                {{ title }}
            {% endif %}
        {% endif %}
    </span>
{% else %}
    <article class='{{ get_entity_class( entityType, display ) }}'>
        {% include get_template( display.view_mode, 'unit' ) with {
            heading: {
                text: title,
                url: websiteURL
            },
            icon: {
                iso: ISO2,
            },
            countryMap: {
                icon: {
                    iso: ISO2,
                },
                heading: NULL
            }
        } %}
    </article>
{% endif %}
{
  "workflowInfo": {
    "display": {
      "component": "team"
    },
    "items": {
      "status": {
        "label": "Active",
        "value": 1
      }
    }
  },
  "entityType": "team",
  "display": {
    "view_mode": "one-liner"
  },
  "title": "Austria",
  "localized_name": "Österreich",
  "websiteURL": "https://austria.socialimpactaward.net",
  "ISO2": "at",
  "permalink": "https://play.socialimpactaward.net/team/austria",
  "country": {
    "iso": "at"
  },
  "heading": {
    "display": {
      "modifiers": [
        "listicle"
      ]
    },
    "text": "Austria",
    "url": "#"
  }
}