{% extends "base.html" %} {% block title %}message — defossil{% endblock %} {% block content %}
{{ message.text }}
{{ 'not reviewed yet' if message.status in ('new', 'pending') else 'not sent to review (' + message.status + ')' }}
{% elif corrections %}| category | original | corrected | why |
|---|---|---|---|
| {{ c.category }} | {{ c.original }} | {{ c.corrected }} | {{ c.explanation }} |
reviewed — no corrections
{% endif %} {% endblock %}