No notes defined.

<article class='c-incubation_phase incubation_phase type-incubation_phase c-incubation_phase--full'>
    <div class='c-workflow-info c-incubation_phase__workflow-info'>
        <h2 class='sr-only'>Workflow</h2>
        <ul class='c-workflow-info__items c-worklow-info__items--2'>
            <li class='c-workflow-info__items__item c-workflow-info__items__item--1'>Published</li>
            <li class='c-workflow-info__items__item c-workflow-info__items__item--0'>Active</li>
        </ul>
    </div>
    <section class='c-banner c-banner--background-light-gray c-incubation_phase__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>
                </figcaption>
            </figure>
            <header class='c-section-header c-section-header--background-light-gray c-incubation_phase__section-header'>

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

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

            </header>
            <div class='c-meta c-meta--background-light-gray c-incubation_phase__meta'>

                <span class='c-meta__freeform'>
                    <strong>Launch:</strong> July 1, 2020, 18:30
                </span>
            </div>

        </div>
    </section>
    <section class='c-incubation_phase__details container-fluid l-section'>
        <div class='row flex-row-reverse'>
            <div class='c-incubation_phase__team col-md-6 col-lg-4'>
            </div>
            <div class='c-incubation_phase__content col-md-6 col-lg-8'>
                <h1 class='c-heading'>
                    Agenda
                </h1>
            </div>
            <div class='c-incubation_phase__content col-12'>
                <h1 class='c-heading'>
                    Ventures
                </h1>
            </div>
            <div class='c-incubation_phase__content col-12'>

            </div>
        </div>
        </div>

</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-incubation_phase__details container-fluid l-section'>
        <div class='row flex-row-reverse'>
            <div class='c-incubation_phase__team col-md-6 col-lg-4'>
                {% if teamMembers %}
                    {% include get_template( 'heading', 'unit' ) with { text: 'SIA Team'|t } %}
                    {% include '@group/entities/entities.twig' with teamMembers %}
                {% endif %}
            </div>
            <div class='c-incubation_phase__content col-md-6 col-lg-8'>
                {% include get_template( 'heading', 'unit' ) with { text: 'Agenda'|t } %}
                {% if eventsCollection %}
                    <div class='l-row'>
                        {% include get_template( 'entities', 'group' ) with eventsCollection %}
                    </div>
                {% elseif eventsEmpty %}
                    {% include get_template( 'lead', 'unit' ) with eventsEmpty %} 
                {% endif %}
            </div>
            <div class='c-incubation_phase__content col-12'>
                {% include get_template( 'heading', 'unit' ) with { text: 'Ventures'|t } %}
                {% if venturesCollection %}
                    {% include get_template( 'entities', 'group' ) with venturesCollection %}
                {% elseif venturesEmpty %}
                    {% include get_template( 'lead', 'unit' ) with venturesEmpty %} 
                {% endif %}
            </div>
            <div class='c-incubation_phase__content col-12'>
                {% if mentorsCollection or mentorsEmpty %}
                    {% include get_template( 'heading', 'unit' ) with { text: 'Mentors'|t } %}
                {% endif %}
                {% if mentorsCollection %}
                    {% include get_template( 'entities', 'group' ) with mentorsCollection %}
                {% elseif mentorsEmpty %}
                    {% include get_template( 'lead', 'unit' ) with mentorsEmpty %} 
                {% endif %}
                
                {% if supportRolesCollection %}
                    {% include get_template( 'heading', 'unit' ) with { text: 'Experts & Coaches'|t } %}
                    {% include get_template( 'entities', 'group' ) with supportRolesCollection %}
                {% endif %}
                
                {% if blocks %}
                    {% for rendered_block in blocks %}
                        {{ rendered_block }}
                    {% endfor %}
                {% endif %}
            </div>
        </div>
    </div>

    {% if links or button %}
        {% include get_template( 'app-bar', 'region' ) with {
            links: links,
            button: button
        } %}
    {% endif %}
</article>
{
  "theme": "support",
  "entityType": "incubation_phase",
  "display": {
    "view_mode": "full"
  },
  "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": "#",
  "banner": {
    "display": {
      "component": "incubation_phase",
      "modifiers": [
        "background-light-gray"
      ]
    },
    "countryMap": {
      "display": {
        "component": "banner"
      },
      "icon": {
        "iso": "at"
      },
      "heading": null
    },
    "header": {
      "supraheading": "SIA International",
      "heading": {
        "text": "Austria 2020"
      }
    }
  }
}