{% extends "layout/basic.html" %} {% block content %}
{% include "partials/discussion_edit_form.html" %}
{% if handler.own(ddoc, perm.PERM_DELETE_DISCUSSION_SELF) or handler.hasPerm(perm.PERM_DELETE_DISCUSSION) %} {% endif %}
{% include 'components/md_hint.html' %}
{% endblock %}