{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Options for "%(post_title)s"', post_title=post.title) }}
    {% if post.user_id == current_user.id or post.community.is_moderator() %}
  • Edit
  • Delete
  • {% endif %} {% if post.user_id != current_user.id %}
  • Report
  • {% endif %}
{% endblock %}