Skip to content

Instantly share code, notes, and snippets.

@COil
Last active December 14, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save COil/5004469 to your computer and use it in GitHub Desktop.
Save COil/5004469 to your computer and use it in GitHub Desktop.
Twig C extension benchmark 1/2
<h3>Categories</h3>
<ul>
{% for rankLevel1, field in form.datas.Category.choices %}
{% include 'ThemesBundle:Search:_group_tree.html.twig' with {'form': form, 'widget': 'Category', 'rankLevel1': rankLevel1, 'level': 1, 'field': field } %}
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment