2025-04-21 17:17:41 -04:00
|
|
|
{% if current_person.properties.first_login == true %}
|
|
|
|
|
<script>
|
|
|
|
|
window.location.replace('/app');
|
|
|
|
|
</script>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
2024-08-23 18:51:09 -04:00
|
|
|
{% include "header" %}
|
|
|
|
|
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
|
|
|
|
|
{% include "sub_navigation" %}
|
|
|
|
|
<main class="np-main np-catalog np-subpage-container np-max-width">
|
|
|
|
|
<div class="np-catalog-header-wrapper">
|
|
|
|
|
<div class="np-catalog-header">
|
|
|
|
|
<div class="np-resource-title">{{ catalog.headline }}</div>
|
|
|
|
|
<div class="np-resource-subtitle">{{ catalog.subheadline }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
{% capture label %}{% t shared.filters.by_category %}{% endcapture %}
|
|
|
|
|
|
2025-07-10 16:18:51 -04:00
|
|
|
{% if courses.enrolled.any? %}
|
2025-07-17 16:32:51 -04:00
|
|
|
{% include 'filters_catalog' %}
|
2024-08-23 18:51:09 -04:00
|
|
|
{% endif %}
|
|
|
|
|
</div>
|
|
|
|
|
{% include "courses_catalog" %}
|
|
|
|
|
</main>
|
|
|
|
|
{% include "footer" %}
|