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