No notes defined.

<article class='c-program_curriculum program_curriculum type-program_curriculum c-program_curriculum--full c-dashboard-block'>
    <header class='c-dashboard-block__header'>
        <h1 class='c-heading c-heading--minor c-dashboard-block__heading'>
            Snapshot
        </h1>
    </header>
    <div class='c-dashboard-block__content-wrapper'>
        <div class='row'>
            <div class='col-lg-8'>
            </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'>
        <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": "full"
  },
  "heading": {
    "text": "Milestone Planning Tool"
  }
}