{% extends "base.html" %} {% block content %}
account banned
your account was b& on {{ banned_at }}
{% if !ban_post_content.is_empty() %}
the post that got you b&
{{ ban_post_content }}
{% endif %}
reason
{% if let Some(reason) = ban_reason %}
{{ reason }}
{% else %}
admin didn't care enough to give a reason
{% endif %}
ban length
{{ ban_length }}
{% if unban_at != "never" %}
unban at
{{ unban_at }}
{% endif %}
{% endblock %}