-
{% for item in figure.spheres %}
- {{ form_widget(form.spheres[count]) }}
{{ item.sphere.description }}
{% if count < figure.spheres|length %}
{% set count = count+1 %}
{% endif %}
{% endfor %}
{% extends 'base.html.twig' %} {% block stylesheets %} {##} {% endblock %} {% block body %}
{{ item.sphere.description }}