{% extends "master.html" %} {% block title %} Timeline {{ package }} - {{ super() }} {% endblock %} {%block header %} {% if refresh %} {% endif %} {% endblock %} {%block tag %}packages{% endblock %} {% set options = True %} {%block options %}
{% endblock %} {% block content %}{% if page > 1%} < Previous {% else %} < Previous {% endif %} | {{ page }} / {{ total_page }} | {% if page < total_page %} Next > {% else %} Next > {% endif %} |
{{ log.change_time.strftime('%Y-%m-%d %H:%M:%S') }} | {{ log.description }} |
Sorry, but the page you are requesting is unavailable.
Back to the list
No logs found in the database.
{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}