• {# ligne 1 #}
    {# partie gauche #}
    {% if story.closed %} {{ story.name }} {% else %} {{ story.name }} {% endif %}
    {# partie droite #}
    {% if story.running %}En cours{% endif %} {% if story.weight %}{% include 'weight_svg.html' with weight=story.weight h=20 %}{% endif %} {# 0 #}
    {# ligne 2 #}
    {# partie gauche #} Ajoutée le {{ story.created|date:"d M. Y" }} par {{ story.author.username }}
    {# partie droite #}
    {% if from == "story_index" %} {% if story.epic_id %} {{ story.epic.name }} {% endif %} {% endif %}