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