print, printed

TeleVex recently printed:

---
(last 25)
(this is a de-bugging tool that most likely will disappear again)
---
{% set count = 25 %} {% for x in range(1, 25) %} {% set item = items["printed"][-x] %} {% if item %}
Source: {{ item.source }}
Date: {{ item.date }}
Printed:
{{ item.printed | replace('\n', '
') | safe }}
{% endif %} {% set count = count - 1 %} {% endfor %}