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

{{ project.title }} — History

{% endblock %} {% block content %} {% for v in installed_versions %} {% endfor %}
Platform Service Datetime Module Old version → New version
{{ v.service.platform.title }} {{ v.service.service.title }} {{ v.timestamp }} {{ v.version.module.name }} {{ v.get_previous_version.version.version }} {{ v.version.version }}

Note: It is possible to click on cell content to filter on that value.

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