{% 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 %}
N° | Heure | Question | |
---|---|---|---|
{{ question.id }} | {{ question.last_modified_at|time:"H\hi" }} | {{ question.question|linebreaksbr|truncatechars:100 }} | |
Aucune question en cours pour le moment. |