{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
Current software revision (git repository): {{ currentRev }}
{% if items %}
Date taken | Taken at source revision* | ||
---|---|---|---|
{{ item.date }} | {% if item.rev == currentRev %}{{ item.rev }} | {% else %}{{ item.rev }} | {% endif %}Download |