{% extends "layout.html" %} {% block title %}{{ current_repository }}: Discussion{% endblock title %} {% block head %} {{ super ()}} {% endblock head %} {% block navbar_items %} {{ super() }} {% if session.get("user_logged", None) %}
| {{comments["author"]}} | {{comments["opening_date"]}} | Titre: {{comments["title"]}} |
|---|---|---|
| {{comments["opening_post"]}} | ||
| Aucun commentaire n'a été posté pour le moment | ||
| {{comment["author"]}} | {{comment["date"]}} | {{comment["body"]}} |
| {{ comment_form.comment_field.label }} |
|
|