{% extends "base.html" %} {% block title %}messages — defossil{% endblock %} {% block content %}
| {{ 'today' if r.typed_at|day == today else r.typed_at|day }} | ||
| {{ r.typed_at|hm }} | {{ r.source }} {{ r.status }} {% set n = correction_counts.get(r.id) %} {% if n %}{{ n }} correction{{ 's' if n != 1 }}{% endif %} | {{ r.text|truncate(500) }} |
{% if page > 1 %}← prev{% endif %} page {{ page }} / {{ pages }} {% if page < pages %}next →{% endif %}
{% endblock %}