{% load pinmok_tags %} {% if enabled %}
  • {% if direction == 'previous' %} {% icon 'tabler-chevron-left' 'icon' 24 %} {% else %} {% icon 'tabler-chevron-right' 'icon' 24 %} {% endif %}
  • {% else %}
  • {% if direction == 'previous' %} {% icon 'tabler-chevron-left' 'icon' 24 %} {% else %} {% icon 'tabler-chevron-right' 'icon' 24 %} {% endif %}
  • {% endif %}