{% extends "admin_extra_buttons/action_page.html" %} {% load i18n %} {% block content %}
{% csrf_token %} {% if original.locked %}

{% blocktranslate %}Unlocking the {{ target }} will start message forwarding{% endblocktranslate %}

Back
{% else %}

{% blocktranslate %}Locking the {{ target }} will stop any message forwarding{% endblocktranslate %}

Back
{% endif %}
{% endblock content %}