{% 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 %}
{% for item in page.blog_art %} {% if item.b_description_img != "" %}

Indroduction

{{item.b_description|safe|urlize}}

{{page.p_right|safe|urlize}}

{% endif %}

Nombre de Lectures : {{item.b_reading}}
Date de mise en ligne : {{item.b_publdate|date:"m N Y à H:i"}}

Les Catégories

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

{% if page.retour %}

Retour

{% endif %}
{% endblock %}