Datasnipper templates for their Weglot translation tool. Pipedrive's footer still needs the translations. Big ideas notes - finished their custom end of quiz screen items.

This commit is contained in:
Norm Rasmussen
2024-02-27 17:26:51 -05:00
parent 995feecb65
commit dbcdfc8472
5 changed files with 68 additions and 12 deletions

View File

@ -23,9 +23,19 @@
{% assign progress_status_en = "completed" %}
{% endif %}
{% comment %} {% if course.id == "5df1bb20-3412-4e59-806d-7e7b38b9f5fc" %} {% endif %} {% endcomment %}
{% comment %} {% if current_person.properties.german_test_delay == false %} {% endif %} {% endcomment %}
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content course-column {{progress_status_de}} {{progress_status_en}}" data-lang="{{course.properties.course_language}}" order="{{course.properties.course_order}}">
{% include "cards_course" with course %}
</div>
{% comment %} {% else %}
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content course-column {{progress_status_de}} {{progress_status_en}}" data-lang="{{course.properties.course_language}}" order="{{course.properties.course_order}}">
{% include "cards_course" with course %}
</div>
{% endif %}
{% endif %}
{% endcomment %}
{% endunless %}
{% endfor %}
</div>