No notes defined.

<article class='c-discovery_journey_phase discovery_journey_phase type-discovery_journey_phase c-discovery_journey_phase--full'>
    <div class='c-workflow-info c-discovery_journey_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-discovery_journey_phase__banner'>
        <div class='c-banner__content-wrapper'>

            <header class='c-section-header c-section-header--background-light-gray c-discovery_journey_phase__section-header'>

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

                <h1 class='c-heading c-heading--background-light-gray c-discovery_journey_phase__heading'>
                    SIA Discovery Journey 2025
                </h1>

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

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

        </div>
    </section>
    <section class='c-discovery_journey_phase__details container-fluid l-section'>
        <div class='row flex-row-reverse'>
            <div class='c-discovery_journey_phase__content col-12'>
                <h1 class='c-heading'>
                    Journey
                </h1>
            </div>
            <div class='c-discovery_journey_phase__content col-12'>
                <h1 class='c-heading'>
                    Projects
                </h1>
            </div>
            <div class='c-discovery_journey_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-discovery_journey_phase__details container-fluid l-section'>
        <div class='row flex-row-reverse'>
            <div class='c-discovery_journey_phase__content col-12'>
                {% include get_template( 'heading', 'unit' ) with { text: 'Journey'|t } %}
                {% if curriculumTimeline %}
                    <div class='l-row'>
                        {% include get_template( 'timeline', 'unit' ) with curriculumTimeline %}
                    </div>
                {% elseif programModulesCollection %}
                    <div class='l-row'>
                        {% include get_template( 'entities', 'group' ) with programModulesCollection %}
                    </div>
                {% elseif programModulesEmpty %}
                    {% include get_template( 'lead', 'unit' ) with eventsEmpty %} 
                {% endif %}
            </div>
            <div class='c-discovery_journey_phase__content col-12'>
                {% include get_template( 'heading', 'unit' ) with { text: 'Projects'|t } %}
                {% if projectsCollection %}
                    {% include get_template( 'entities', 'group' ) with projectsCollection %}
                {% elseif projectsEmpty %}
                    {% include get_template( 'lead', 'unit' ) with projectsEmpty %} 
                {% endif %}
            </div>
            <div class='c-discovery_journey_phase__content col-12'>           
                {% 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": "discovery_journey_phase",
  "display": {
    "view_mode": "full"
  },
  "title": "SIA Discovery Journey 2025",
  "meta": {
    "items": [
      "<strong>Launch:</strong> July 1, 2020, 18:30"
    ]
  },
  "workflowInfo": {
    "display": {
      "component": "discovery_journey_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": "discovery_journey_phase",
      "modifiers": [
        "background-light-gray"
      ]
    },
    "header": {
      "supraheading": "SIA International",
      "heading": {
        "text": "SIA Discovery Journey 2025"
      }
    }
  }
}