{% extends "forum/base_admin.html" %} {% block title %}Nouvelles questions{% endblock %} {% block navigation %} {% with current_page="question" %}{{ block.super }}{% endwith %} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block content %}

Nouvelles questions

À traiter

{% for question in questions.a_traiter %} {% empty %} {% endfor %}
Heure Question
{{ question.id }} {{ question.last_modified_at|time:"H\hi" }} {{ question.question|linebreaksbr }}
Aucune nouvelle question pour le moment.

En cours…

{% for question in questions.en_cours %} {% empty %} {% endfor %}
Heure Question
{{ question.id }} {{ question.last_modified_at|time:"H\hi" }} {{ question.question|linebreaksbr|truncatechars:100 }}
Aucune question en cours pour le moment.
{% endblock %}