{% if authorize.create('articles') %} {% endif %} {% for article in articles %} {% if authorize.read(article) %}

{{ article.name }}

{% if authorize.update(article) %} {% endif %} {% if authorize.in_group('admins') %} {% endif %} {% endif %} {% endfor %}