• ‹ All requests
    {% for i,s in enumerate(screens) %} {% if s["show"] %}
  • {% if i+1==current %} {{ i+1 }}. {{ s['title'] }} {% if s.get('subitems') %}
      {% for j,t in enumerate(s['subitems']) %}
    • {{ t['title'] }}
    • {% end %}
    {% end %} {% else %} {{ i+1 }}. {{ s['title'] }} {% end %}
  • {% end %} {% end %}