{% extends "scrutiny/base.html" %} {% load tags %} {% block appbar %}

{{ project.title }} — {{ platform.title }}

{% endblock %} {% block content %}
{% for day in history %}
{% if day.modules %} {% if day.day == 'future' %}

À venir

{% if user.is_authenticated %} Exporter {% endif %} {% else %}

{{ day.day|date:"d/m/Y" }}

{% if user.is_authenticated %} Exporter {% endif %} {% endif %}

{% for module in day.modules.values %} {{ module.name }} ({{module.previous_version}} → {{module.current_version}}) {% if not forloop.last %}, {%endif %} {% endfor %}
(récupération des tickets en cours)
{% endif %}

{% endfor %}
{% endblock %} {% block page-end %} {% endblock %}