``` twig
{% checkRoles '/myPath' %}
If I can read this I have the rights on the url : "{{ check_url }}"
{% else %}
I don't have the rights
{% endcheckRoles %}, (*2)
``` twig
{% checkRoles '/pathOne' '/pathTwo' '/pathThree' %}
If I can read this I have the rights on the urls : "{{ check_urls | join(';') }}"
{% else %}
I don't have the rights
{% endcheckRoles %}
The Versions
14/032016
dev-master
9999999-dev
A Twig Bundle that help you with rights in Symfony