8 lines
173 B
Text
8 lines
173 B
Text
|
|
{% extends "mastodon_base" %}
|
||
|
|
|
||
|
|
{% block main %}
|
||
|
|
@{{user.mastodon_account()}} failed to show proof of compliance. Here is the punishment -
|
||
|
|
|
||
|
|
{{punishment_str}}
|
||
|
|
{% endblock %}
|