{% comment %} https://newacademy.anthology.com/app/search/00000000-0000-0000?q= {% endcomment %} {% comment %} {% if result.type == 'course' %} {% assign act_count = 0 %} {% for section in result.course.sections %} {% for activity in section.activities %} {% assign act_count = act_count | plus : 1 %} {% endfor %} {% endfor %} {% for course in courses.available %} {% if result.item.id == course.id %} {{ course.id }} {{ course.name }} {{ course.properties.product_names_for_course_cards }} {% endif %} {% endfor %}
{% if product_logo != 'blank' or product_logo != null %} {% else %} Anthology {% endif %}

{{ result.name }}

{{ act_count }} {% if act_count == 1 %}Activity{% else %}Activities{% endif %}
{% endif %} {% endcomment %}