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

{{item.b_titre}}

{{item.b_description|safe}}

{% endfor %} {% endif %} {% endblock %} {% block right_panel %} {% if page.p_right != "" %}

{{page.p_right|safe}}

Les Catégories

{% for cat in page.blog_cat %} {{cat.cb_titre}} {% endfor %}

{% if page.retour %}

Retour

{% endif %}
{% endif %} {% endblock %}