No notes defined.

<article class='c-program_curriculum program_curriculum type-program_curriculum c-program_curriculum--snapshot c-dashboard-block'>
    <div class='c-dashboard-block__content-wrapper'>
        <section class='c-figures c-dashboard-block__figures'>
            <ul class='c-figures__items d-flex u-list--unstyled'>
                <li class='c-figures__items__item'>
                    <figure class='c-stat c-stat--small c-stat--bubble c-stat--success '>
                        <span class='c-stat__text'>
                            <span class='c-stat__figure'><span class='c-stat__number'>62.5%</span> <span class='c-stat__progress-bar' style='width: 62.5%;'></span></span>
                            <figcaption class='c-stat__caption'>
                                <strong class='c-stat__highlight'>Program progress</strong>
                            </figcaption>
                        </span>
                    </figure>
                </li>
                <li class='c-figures__items__item'>
                    <figure class='c-stat c-stat--small c-stat--bubble c-stat--success '>
                        <span class='c-stat__text'>
                            <span class='c-stat__figure'><span class='c-stat__number'>5 of 5</span> </span>
                            <figcaption class='c-stat__caption'>
                                <strong class='c-stat__highlight'>Completed checklists</strong>
                            </figcaption>
                        </span>
                    </figure>
                </li>
            </ul>
        </section>
        <div class='row'>
            <div class='col-lg-4'>
                <div class='c-task-list'>
                    <h1 class='c-heading c-heading--blocky c-task-list__heading'>
                        <a class='c-link c-link--blocky c-task-list__link ' href="#" itemprop="item" itemid="#"><span itemprop="name">Part 5 Checklist</span></a>
                    </h1>
                    <ol class='c-task-list__items'>
                        <li class='c-task-list__items__item c-task-list__items__item--current'>
                            <span class='u-h4'>Enjoy the Live session</span>
                            <span class='c-task-list__description'>Join the session on Zoom</span>
                        </li>
                        <li class='c-task-list__items__item c-task-list__items__item--blocked'>
                            <span class='u-h4'>Review the the slide deck</span>
                            <span class='c-task-list__description'>The resource will be uploaded soon</span>
                        </li>
                        <li class='c-task-list__items__item c-task-list__items__item--blocked'>
                            <span class='u-h4'>Process the Deep Dive</span>
                            <span class='c-task-list__description'>The resource will be uploaded soon</span>
                        </li>
                    </ol>
                </div>
            </div>
            <div class='col-lg-8'>
                <section class='l-section l-section--compact c-program_curriculum__next-session'>
                    <header class='c-section-header'>

                        <h1 class='c-heading'>
                            Next session
                        </h1>

                    </header>
                    <article class='c-event c-event--meeting-agenda'>
                        <div class='c-event__content-wrapper'>
                            <h3 class='c-heading c-heading--minor'>Live Session</h3>
                            <p class='c-meta c-event__meta'>14.08.2026, 14:00 CEST | 90 minutes</p>
                        </div>
                    </article>

                </section>
                <section class='l-section l-section--compact c-program_curriculum__module-part'>
                    <header class='c-section-header'>

                        <h1 class='c-heading'>
                            Currently
                        </h1>

                    </header>
                    <article class='c-program-module-part'>
                        <div class='c-program-module-part__content-wrapper'>
                            <h3 class='c-heading c-heading--minor'>Part 5: Financial Modeling</h3>
                        </div>
                    </article>

                </section>
            </div>
        </div>
    </div>
</article>
<article class='{{ get_entity_class( entityType, display ) }} c-dashboard-block'>
    {% if heading or button %}
        <header class='c-dashboard-block__header'>
            {% if heading %}
                {% include get_template( 'heading', 'unit' ) with { 
                display: { 
                    component: 'dashboard-block', 
                    modifiers: [ 'minor' ] 
                },
                text: 'Snapshot'|t 
                }  %}
            {% 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 %}
        <div class='row'>
            {% if taskList %}
                <div class='col-lg-4'>
                    {% include get_template( 'task-list', 'unit' ) with taskList %}
                </div>
            {% endif %}
            <div class='col-lg-8'>
                {% if next_session %}
                    <section class='l-section l-section--compact c-{{ entityType }}__next-session'>
                        {% include get_template( 'section-header', 'unit' ) with { heading: { text: 'Next session'|t } } %}
                    {% include get_template( 'generic-field', 'unit' ) with next_session %}       
                    </section>
                {% endif %}
                {% if next_module_part %}
                    <section class='l-section l-section--compact c-{{ entityType }}__module-part'>
                        {% include get_template( 'section-header', 'unit' ) with { heading: { text: 'Next part'|t } } %}
                    {% include get_template( 'generic-field', 'unit' ) with next_module_part %}       
                    </section>
                {% endif %}
                {% if current_module_part %}
                    <section class='l-section l-section--compact c-{{ entityType }}__module-part'>
                        {% include get_template( 'section-header', 'unit' ) with { heading: { text: 'Currently'|t } } %}
                        {% include get_template( 'generic-field', 'unit' ) with current_module_part %}       
                    </section>
                {% endif %}
            </div>
        </div>
    </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 %}
</article>
{
  "theme": "education",
  "entityType": "program_curriculum",
  "display": {
    "view_mode": "snapshot"
  },
  "heading": null,
  "button": null,
  "stats": {
    "display": {
      "component": "dashboard-block"
    },
    "statModifiers": [
      "small",
      "bubble"
    ],
    "heading": null,
    "items": [
      {
        "figure": "62.5",
        "suffix": "%",
        "caption": "Program progress",
        "display": {
          "modifiers": [
            "success"
          ]
        }
      },
      {
        "figure": "5 of 5",
        "caption": "Completed checklists",
        "display": {
          "modifiers": [
            "success"
          ]
        }
      }
    ]
  },
  "taskList": {
    "heading": {
      "text": "Part 5 Checklist",
      "url": "#"
    },
    "items": [
      {
        "title": "Enjoy the Live session",
        "description": "Join the session on Zoom",
        "status": "current"
      },
      {
        "title": "Review the the slide deck",
        "description": "The resource will be uploaded soon",
        "status": "blocked"
      },
      {
        "title": "Process the Deep Dive",
        "description": "The resource will be uploaded soon",
        "status": "blocked"
      }
    ]
  },
  "next_session": {
    "rendered": "<article class='c-event c-event--meeting-agenda'><div class='c-event__content-wrapper'><h3 class='c-heading c-heading--minor'>Live Session</h3><p class='c-meta c-event__meta'>14.08.2026, 14:00 CEST | 90 minutes</p></div></article>"
  },
  "current_module_part": {
    "rendered": "<article class='c-program-module-part'><div class='c-program-module-part__content-wrapper'><h3 class='c-heading c-heading--minor'>Part 5: Financial Modeling</h3></div></article>"
  },
  "next_module_part": null
}