10 lines
160 B
Text
10 lines
160 B
Text
|
|
{% extends "telegram_base" %}
|
||
|
|
|
||
|
|
{% block main %}
|
||
|
|
You failed to show proof of compliance. Here is your punishment -
|
||
|
|
|
||
|
|
{{punishment_str}}
|
||
|
|
|
||
|
|
{{m_url}}
|
||
|
|
{% endblock %}
|