il n'y a pas d'article
{% else %} {% for post in posts %}
{{ post.title }}
{% if user.is_authenticated and perms.blog.change_blog %}
- Editer
{% endif %}
{% endfor %}
{% endif %}