{% extends 'base.html' %} {% load crispy_forms_tags %} {% load static %} {% block main %}
{% if page.blog_art %} {% for item in page.blog_art %}

{{item.b_contenu|safe}}

{% endfor %} {% endif %}
{% endblock %} {% block right_panel %}

{{page.p_right|safe}}

Les Catégories

{% for item in page.blog_art %} {% for cat in item.b_cat.all %} {{cat.cb_titre}} {% endfor %} {% endfor %}

Retour

{% endblock %}