{% load i18n %} {% if sub_option.type == "1" %}
  • {% trans sub_option.name %}
  • {% elif option.type == "2" %}
  • {% trans sub_option.name %} »
  • {% else %} {% endif %}