Backedup supplier's templates. GSU tests.

This commit is contained in:
Norm Rasmussen
2024-10-25 16:17:46 -04:00
parent 3626ead591
commit d93059e8c0
25 changed files with 803 additions and 65 deletions

View File

@ -30,13 +30,17 @@
<main class="np-main np-dashboard np-subpage-container np-max-width" style='background: #041e42;'>
<div class="row np-flex-center">
<div class="col-xs-12 col-md-8">
{% if features.learning_paths? %}
<div class="heading-container">
<div class="carousel-heading">
{% t shared.learning_paths %}
</div>
</div>
{% include "learning_paths_index", items: learning_paths.enrolled %}
{% comment %} {% if courses_in_progress %}
{% include 'in-progress-carousel' %}
{% endif %} {% endcomment %}
{% if getting_started_courses %}
{% include 'getting-started-carousel' %}
{% endif %}
{% if merchandising_courses %}
{% include 'merchandising-carousel' %}
{% endif %}
{% if analysis_and_reporting_courses %}
{% include 'analysis-and-reporting-carousel' %}
{% endif %}
</div>
<div class="np-grid-spacing col-xs-12 col-md-4 progress-section">
@ -52,7 +56,7 @@
</div>
</div>
<div class="row dashboard-section-courses">
{% comment %} <div class="row dashboard-section-courses">
<div class="col-xs-12">
{% if courses_in_progress %}
{% include 'in-progress-carousel' %}
@ -66,9 +70,9 @@
{% if analysis_and_reporting_courses %}
{% include 'analysis-and-reporting-carousel' %}
{% endif %}
{% comment %} {% include "training_events_index" %} {% endcomment %}
{% include "training_events_index" %}
</div>
</div>
</div> {% endcomment %}
</main>