9 lines
160 B
Text
9 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 %}
|