{% extends "message.html" %} {* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% block "message_title" %}{% trans "Done" %}{% endblock %} {% block "message_body" %} {% if action equals 'delete_post' %} {% trans %} The post was deleted successfully. {% endtrans %} {% endif %} {% if action equals 'delete_thread' %} {% trans %} The thread was deleted successfully. {% endtrans %} {% endif %} {% if action equals 'lock' %} {% trans %} The thread was locked successfully. {% endtrans %} {% endif %} {% if action equals 'unlock' %} {% trans %} The thread was unlocked successfully. {% endtrans %} {% endif %} {% if not action equals 'delete_thread' %}
{% trans %} Click here to get back to the thread. {% endtrans %} {% endif %} {% endblock %}