No notes defined.

<article class='c-incubation_phase incubation_phase type-incubation_phase c-incubation_phase--with-workflow-info c-incubation_phase--not-active c-incubation_phase--teaser'>
    <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>
    <div class='c-incubation_phase__content-wrapper'>
        <figure class='c-country-map c-country-map--with-workflow-info c-country-map--not-active'>
            <span class='c-country-map__map'>
                <span class='c-icon c-icon--huge c-icon--map-ro'>
                    <img src='../../graphic/maps/map-ro.svg' alt='' />
                </span> </span>
            <figcaption class='c-country-map__content'>
                <span class='c-icon c-icon--flag-ro'>
                    <img src='../../graphic/flags/ro.svg' alt='' />
                </span>
                <h1 class='c-heading c-heading--minor'>
                    <a class='c-link c-link--minor ' href="#" itemprop="item" itemid="#"><span itemprop="name">Romania 2020</span></a>
                </h1>
            </figcaption>
        </figure>
        <h1 class='c-heading c-heading--with-workflow-info c-heading--not-active'>
            Austria 2020
        </h1>
        <div class='c-fields c-incubation-phase__fields'>

            <dl class='c-generic-field c-generic-field--label-inline'>
                <dt class='c-generic-field__label c-generic-field--text__label c-generic-field__label c-generic-field__label--inline'>Launch</dt>
                <dd class='c-generic-field__input c-generic-field--text__input c-generic-field__input__item c-generic-field__input'>01.04.2020</dd>
            </dl>

            <dl class='c-generic-field c-generic-field--label-inline'>
                <dt class='c-generic-field__label c-generic-field--text__label c-generic-field__label c-generic-field__label--inline'>Kick-off</dt>
                <dd class='c-generic-field__input c-generic-field--text__input c-generic-field__input__item c-generic-field__input'>05.04.2020</dd>
            </dl>

            <dl class='c-generic-field c-generic-field--label-inline'>
                <dt class='c-generic-field__label c-generic-field--text__label c-generic-field__label c-generic-field__label--inline'>Award ceremony</dt>
                <dd class='c-generic-field__input c-generic-field--text__input c-generic-field__input__item c-generic-field__input'>05.10.2020</dd>
            </dl>

            <dl class='c-generic-field c-generic-field--label-inline'>
                <dt class='c-generic-field__label c-generic-field--text__label c-generic-field__label c-generic-field__label--inline'>Hours allowance</dt>
                <dd class='c-generic-field__input c-generic-field--text__input c-generic-field__input__item c-generic-field__input'>10</dd>
            </dl>

        </div>
    </div>

    <footer class='c-incubation_phase__footer'>
        <div class='c-action-bar c-action-bar--with-workflow-info c-action-bar--not-active'>
            <div class='c-action-bar__actions'>
                <a class='c-button c-button--small' href="#">Settings</a>
            </div>
            <div class='c-action-bar__links '>
                <a class='c-link c-link--undefined c-link--with-icon c-link--minimal ' href="" itemprop="item" itemid=""><span itemprop="name">Public view</span></a>
            </div>
        </div>
    </footer>
</article>
<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>
{
  "theme": "support",
  "entityType": "incubation_phase",
  "display": {
    "view_mode": "teaser",
    "modifiers": [
      "with-workflow-info",
      "not-active"
    ]
  },
  "heading": {
    "text": "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": "#",
  "wrapperClass": "col-lg-3",
  "countryMap": {
    "icon": {
      "iso": "ro"
    },
    "heading": {
      "text": "Romania 2020",
      "url": "#"
    }
  },
  "links": [
    {
      "url": "#",
      "text": "Public view"
    }
  ],
  "button": {
    "text": "Settings",
    "url": "#"
  },
  "fields": {
    "display": {
      "component": "incubation-phase"
    },
    "items": [
      {
        "display": {
          "modifiers": [
            "label-inline"
          ]
        },
        "label_display": "inline",
        "field_name": "field_generic",
        "field_type": "text",
        "label": "Launch",
        "items": [
          {
            "content": "01.04.2020"
          }
        ]
      },
      {
        "display": {
          "modifiers": [
            "label-inline"
          ]
        },
        "label_display": "inline",
        "field_name": "field_generic",
        "field_type": "text",
        "label": "Kick-off",
        "items": [
          {
            "content": "05.04.2020"
          }
        ]
      },
      {
        "display": {
          "modifiers": [
            "label-inline"
          ]
        },
        "label_display": "inline",
        "field_name": "field_generic",
        "field_type": "text",
        "label": "Award ceremony",
        "items": [
          {
            "content": "05.10.2020"
          }
        ]
      },
      {
        "display": {
          "modifiers": [
            "label-inline"
          ]
        },
        "label_display": "inline",
        "field_name": "field_generic",
        "field_type": "text",
        "label": "Hours allowance",
        "items": [
          {
            "content": "10"
          }
        ]
      }
    ]
  }
}