{% extends "layout/navigation.html" %}
{* vim: set et ai ts=2 sw=2 enc=utf-8: *}
{% block "content" %}
{% trans "Request" %}
{% if action equals 'delete_post' %}
{% trans %}
Are you really sure to delete this post?
{% endtrans %}
{% endif %}
{% if action equals 'delete_thread' %}
{% trans %}
Are you really sure to delete this thread with all its subposts?
{% endtrans %}
{% endif %}
{% if action equals 'lock' %}
{% trans %}
Do you really want to lock this thread?
{% endtrans %}
{% endif %}
{% if action equals 'unlock' %}
{% trans %}
Do you really want to unlock this thread?
{% endtrans %}
{% endif %}