{% 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 %}

{{item.b_titre}}

{% endif %}

{{item.b_titre}}

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

{% if page.blog_art.paginator.num_pages != 1 %}
{% endif %}
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 %}

Articles Populaires
{% for item in page.blog_top10 %}
{{forloop.counter}} {{item.b_titre|truncatechars:45}}
{% endfor %}
{% if page.retour %}
Retour {% endif %}
{% endif %} {% endblock %}