{% for th in themes %} {% if th == theme %}
    • {% for sub_theme in sub_themes %}
    • {{ sub_theme.title }}
    • {% endfor %}
  • {% else %}
  • {% if new_favorite and th.name == "favoris" %}
    {% endif %} {{th.title}}
  • {% endif %} {% endfor %}