{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Options for "%(post_title)s"', post_title=post.title) }}

{{ _('If you want to perform more than one of these (e.g. block and report), hold down Ctrl and click, then complete the operation in the new tabs that open.') }}

{% endblock %}