{% include "header" %}
{% comment %}
{% t .title %}
{% endcomment %}
{% assign render_search = false %} {% if results.items.any? %} {% for result in results.items %} {% if result.type == 'course' %} {% for course in courses.enrolled %} {% if result.course.id == course.id %} {% assign render_search = true %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% if render_search %} {% assign result_count = 0 %} {% for item in results.items %} {% if item.type == 'course' %} {% assign result_count = result_count | plus: 1 %} {% endif %} {% endfor %} {% endif %}
{% comment %} {% t .showing %} {% endcomment %} {% if render_search %} {{ result_count }} Resources For "{{ results.term }}" {% comment %} {% else %} {{ results.count }} Resources {% endcomment %} {% endif %} {% comment %} {% t .results_for %} {% endcomment %}
{% if render_search %}
Filter By:
{% capture label %}{% t shared.filters.by_type %}{% endcapture %} {% include "filter_by_product", page: 'Search' %} {% include "filter_by_category", page: 'Search' %}
{% endif %}
{% if render_search %}
{% for result in results.items %} {% comment %} https://newacademy.anthology.com/app/search/00000000-0000-0000?q= {% endcomment %} {% if result.type == 'course' %} {% for course in courses.enrolled %} {% if result.course.id == course.id %} {% include "cards_searched_course" with course %} {% endif %} {% endfor %} {% endif %} {% endfor %}
{% else %} {% include "search_zero_state" %} {% endif %}
{% include "footer" %}