{% extends "base.html" %} {% block title %}Block List — {{ config.BBS_NAME }}{% endblock %} {% block content %}
Blocked users can't PM you or @-mention you.
| User | Since | Reason | |
|---|---|---|---|
| {{ b.blocked.username if b.blocked else '?' }} | {{ b.created_at.strftime('%Y-%m-%d') }} | {{ b.reason or '' }} |
You haven't blocked anyone.
{% endif %} {% endblock %}