diff --git a/templates/article.html b/templates/article.html index 853368e..ddb05e1 100644 --- a/templates/article.html +++ b/templates/article.html @@ -14,6 +14,20 @@

{{ article.subtitle }}

{% endif %} + +
+ {% if article.series %} +

Cet article est le numéro {{ article.series.index }} de la série {{ article.series.name }}.

+
    + {% for part_article in article.series.all %} +
  1. + {{ part_article.title }} +
  2. + {% endfor %} +
+ {% endif %} +
+
{{ article.content }}