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

{{item.w_contenu|safe}}

{% endfor %} {% endif %}
{% endblock %} {% block right_panel %}
{% for item in page.wiki_art %} {% if item.w_description_img != "" %}

Indroduction

{{item.w_description|safe|urlize}}

{{page.p_right|safe|urlize}}

{% endif %}

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

Les Catégories

{% for cat in item.w_cat.all %} {{cat.cw_titre}} {% endfor %} {% endfor %}

{% if page.retour %}

Retour

{% endif %}
{% endblock %}