{% extends 'base_no_card.html' %} {% load crispy_forms_tags %} {% load static %} {% block exted_menu %} {% for cat in page.blog_cat %} {% endfor %} {% endblock %} {% block main %} {% if page.blog_art %} {% for item in page.blog_art %}
{% if item.b_description_img %} {{item.b_titre}} {% else %}
{% endif %}

{{item.b_titre}}

{{item.b_description|safe|truncatewords_html:40}}
{% endfor %} {% else %}
Aucun article trouvé.
{% endif %} {% endblock %} {% block right_panel %} {% if page.p_right != "" %}
{{page.blog_search|crispy}}

{% if page.blog_art.paginator.num_pages != 1 %}
{% endif %}

{{page.p_right|safe}}

Les Catégories

{% for cat in page.blog_cat %} {{cat.cb_titre}} {% endfor %} {% if page.blog_filter == True %} Retirer les filtres {% else %} Tous les articles {% endif %}

Les articles les plus consulté

{% for item in page.blog_top10 %} {{item.b_titre|truncatechars:40}}
{% endfor %}

{% if page.retour %}

Retour

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