{% extends "base.html" %} {% load i18n %} {% block title %}{{ page.title }}{% endblock %} {% block content %}

{% trans 'Discussion on' %} {{ page.title }}

{% if page_exists %} {% load comments %} {% render_comment_list for page %} {% render_comment_form for page %} {% else %}

{% trans 'This page does not exist. To create this page please click' %} {% trans 'here' %}.

{% endif %} {% endblock %}