{% extends "master.html" %} {% block title %} Timeline {{ package }} - {{ super() }} {% endblock %} {%block header %} {% if refresh %} {% endif %} {% endblock %} {%block tag %}packages{% endblock %} {% set options = True %} {%block options %}
Restrict to packager:
From date:
{% endblock %} {% block content %}

{{ package }} > Timeline

{% if refresh %} This page should refresh automatically every 5 seconds {% endif %} {% if total_page and total_page > 1 and total_page >= page %}
{% if page > 1%} < Previous {% else %} < Previous {% endif %} {{ page }} / {{ total_page }} {% if page < total_page %} Next > {% else %} Next > {% endif %}
{% endif %} {% if total_page >= page and page > 0 %} {% for log in logs %} {% endfor %}
{{ log.change_time.strftime('%Y-%m-%d %H:%M:%S') }} {{ log.description }}
{% elif total_page %}

Sorry, but the page you are requesting is unavailable.
Back to the list

{% else %}

No logs found in the database.

{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}