{% for offc in offitem.get_children %}
  • {% if offc.svg_html %} {{offc.svg_html.content|safe}} {% else %} {{offc.label}} {% endif %}
  • {% endfor %}