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