You were banned on {{ ban.date|formatted_time }}
{% if ban.length > 0 %}
{% if ban.date + ban.length < now() %}
This ban has expired. Now that you've seen this message you can post again.
{% else %}
This ban will lift on {{ (ban.date + ban.length)|formatted_time }} which is
{{ (ban.date + ban.length)|time_remaining }} from now.
{% endif %}
{% else %}
This ban will not expire.
{% endif %}
{% if not loop.last %}
{% endif %}
{% endfor %}
{% else %}