{% extends "layout.html" %} {% block main %} {# TODO: maybe a bad idea to include css this way #}
List 50 latest entries that FlexGet has processed.
{% if items %} {% for item in items %}| Title | {{ item.title }} |
| Task | {{ item.task }} |
| Filename | {{ item.filename }} |
| Time | {{ item.time.strftime("%c") }} |
| Details | {{ item.details }} |
No history catalogued.
{% endif %} {% endblock %}