{% load wagtailcore_tags static i18n wagtailadmin_tags %} {% panel id="tutorials" heading=_("Tutorials") classname="w-panel--dashboard" %} {% for tutorial in tutorials %} {% if forloop.first or forloop.counter0|divisibleby:3 %}{% endif %} {% if forloop.counter|divisibleby:3 %}{% endif %} {% endfor %}
{% translate "Videos" %} {% translate "Videos" %} {% translate "Videos" %}
{% if tutorial.image %}
Preview image
{% else %}
Video icon
{% endif %} {{ tutorial.title }}
{% translate "Tutorial" %} {{ forloop.counter }} {% translate "of" %} {{ tutorials|length }}
{% endpanel %}