No notes defined.

<div class='c-dashboard-block'>

    <header class='c-dashboard-block__header'>
        <div class='c-dashboard-block__header__actions'>
            <a class='c-button c-button--small c-dashboard-block__button' href="#">Settings</a>
        </div>
    </header>

    <div class='c-dashboard-block__content-wrapper'>

        <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-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>
                <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 date</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 date</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 date</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>

        </article>
    </div>

    <footer class='c-dashboard-block__footer'>
        <div class='c-action-bar c-dashboard-block__action-bar'>
            <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">View public page</span></a>
            </div>
        </div>
    </footer>
</div>
<div class='{{ get_component_class( 'dashboard-block', display ) }}'>
    
    {% if heading or button %}
        <header class='c-dashboard-block__header'>
            {% if heading %}
                {% include get_template( 'heading', 'unit' ) with heading|merge( { display: { component: 'dashboard-block', modifiers: [ 'minor' ] } } ) %}
            {% endif %}
            {% if button %}
                <div class='c-dashboard-block__header__actions'>
                    {% include get_template( 'button', 'base' ) with button|merge( { display: { component: 'dashboard-block', modifiers: [ 'small' ] } } ) %}
                </div>
            {% endif %}
        </header>
    {% endif %}
    
    <div class='c-dashboard-block__content-wrapper'>
        {% if stats %}
            {% include get_template( 'figures', 'group' ) with stats %}
        {% endif %}

        {% if issues %}
            {% include get_template( 'task-list', 'unit' ) with issues|merge( { display: { component: entityType } } ) %}
        {% endif %}

        {% if collection %}
            {% include get_template( 'collection', 'group' ) with collection %}
        {% elseif entities %}
            {% include get_template( 'entities', 'group' ) with entities|merge( { 
                display: { component: 'dashboard-block__entities' },
            } ) %}
        {% elseif entity %}
            {% if entity.rendered %}
                {{ entity.rendered }}
            {% else %}
                {% include get_entity_template( entityTemplate, entity.display ) with entity %}
            {% endif %}
        {% elseif taskList %}
            {% include get_template( 'task-list', 'unit' ) with taskList|merge( { 
                display: { component: 'dashboard-block' },
                heading: NULL,
            } ) %}
        {% elseif fields %}
            {% include get_template( 'fields', 'group' ) with fields %}
        {% elseif table %}
            {% include get_template( 'table', 'group' ) with table %}
        {% elseif indexCard %}
            {% include get_template( 'index-card', 'unit' ) with indexCard %}
        {% elseif timeline %}
            {% include get_template( 'timeline', 'unit' ) with timeline %}
        {% elseif blankSlate %}
            {% include get_template( 'blank-slate', 'unit' ) with blankSlate|merge( { 
                display: { component: 'dashboard-block' },
                button: NULL
            } ) %}
        {% endif %}
    </div>

    {% if links %}
        <footer class='c-dashboard-block__footer'>
            {% include get_template( 'action-bar', 'unit' ) with {
                display: {
                    component: 'dashboard-block'
                },
                links: links,
                button: NULL,
            } %}
        </footer>
    {% endif %}
</div>
{
  "heading": null,
  "button": {
    "text": "Settings",
    "url": "#"
  },
  "icon": {
    "display": {
      "component": "dashboard-block",
      "modifiers": [
        "x-large"
      ]
    },
    "basename": "noun_Quality badge_1353889.svg"
  },
  "blankSlate": {
    "icon": {
      "display": {
        "component": "blank-slate",
        "modifiers": [
          "x-large"
        ]
      },
      "basename": "noun_Quality badge_1353889.svg"
    },
    "header": {
      "heading": {
        "display": {
          "component": "blank-slate"
        },
        "text": "Meetings"
      }
    },
    "lead": {
      "content": "<p>A blank slate is presented when a screen or a screen section is empty.</p>"
    }
  },
  "links": [
    {
      "url": "#",
      "text": "View public page"
    }
  ],
  "entityTemplate": "incubation-phase",
  "entity": {
    "entityType": "incubation_phase",
    "display": {
      "view_mode": "teaser",
      "modifiers": [
        "with-workflow-info",
        "not-active"
      ]
    },
    "links": null,
    "button": null,
    "countryMap": {
      "icon": {
        "iso": "ro"
      },
      "heading": {
        "text": "Romania 2020",
        "url": "#"
      }
    },
    "fields": {
      "display": {
        "component": "incubation_phase"
      },
      "items": [
        {
          "display": {
            "modifiers": [
              "label-inline"
            ]
          },
          "label_display": "inline",
          "field_name": "field_generic",
          "field_type": "text",
          "label": "Launch date",
          "items": [
            {
              "content": "01.04.2020"
            }
          ]
        },
        {
          "display": {
            "modifiers": [
              "label-inline"
            ]
          },
          "label_display": "inline",
          "field_name": "field_generic",
          "field_type": "text",
          "label": "Kick-off date",
          "items": [
            {
              "content": "05.04.2020"
            }
          ]
        },
        {
          "display": {
            "modifiers": [
              "label-inline"
            ]
          },
          "label_display": "inline",
          "field_name": "field_generic",
          "field_type": "text",
          "label": "Award ceremony date",
          "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"
            }
          ]
        }
      ]
    }
  }
}