No notes defined.

<p class='c-incubation_phase incubation_phase type-incubation_phase c-incubation_phase--one-liner' style='background-image: url( ../../graphic/flags/at.svg );'>
        <a class='c-link c-link--muted ' href="#" itemprop="item" itemid="#" title="Austria 2020"><span itemprop="name">Austria 2020</span></a>
    </p>
{% if display.view_mode == 'one-liner' %}
    <p class='{{ get_entity_class( entityType, display ) }}' {% if country %} style='background-image: url( {{ asset( country.iso ~ '.svg', "graphic/flags" ) }} );'{% endif %}>
        {% if heading %}
            {% include get_template( 'link', 'base' ) with { 
                text: heading.text, 
                href: heading.url,
                display: {
                    modifiers: [ 'muted' ]
                }
            } %}
        {% endif %}
    </p>
{% else %}
    <article class='{{ get_entity_class( entityType, display ) }}'>
        {% if workflowInfo %}
            {% include get_template( 'workflow-info', 'unit' ) with workflowInfo %}
        {% endif %}

        <div class='c-{{ entityType }}__content-wrapper'>
            {% if countryMap %}
                {% include get_template( 'country-map', 'unit' ) with countryMap %}
            {% endif %}
            {% if heading %}
                {% include get_template( 'heading', 'unit' ) with heading %}
            {% endif %}
            {% if fields %}
                {% include get_template( 'fields', 'group' ) with fields %}
            {% endif %}
        </div>

        {% if links or button %}
            <footer class='c-{{ entityType }}__footer'>
                {% include get_template( 'action-bar', 'unit' ) with {
                    links: links,
                    button: button
                } %}
            </footer>
        {% endif %}
    </article>
{% endif %}
{
  "theme": "support",
  "entityType": "incubation_phase",
  "display": {
    "view_mode": "one-liner"
  },
  "title": "Austria 2020",
  "meta": {
    "items": [
      "<strong>Launch:</strong> July 1, 2020, 18:30"
    ]
  },
  "workflowInfo": {
    "display": {
      "component": "incubation_phase"
    },
    "items": {
      "status": {
        "label": "Published",
        "value": 1
      },
      "is_reviewed": {
        "label": "Active",
        "value": 0
      }
    }
  },
  "can_add_team_member": false,
  "add_team_member_url": "#",
  "countryMap": null,
  "country": {
    "iso": "at"
  },
  "heading": {
    "display": {
      "modifiers": [
        "listicle"
      ]
    },
    "text": "Austria 2020",
    "url": "#"
  }
}