I have Symfony 2.0.9 standard edition installed with JMSSecurityBundle. Just wondering what functions are available to me in a Twig template to deal with users?
Spe
{% if is_granted('ROLE_ADMIN') %} ... {% endif %}