{% extends "django_comments_tree/base.html" %} {% load i18n %} {% load comments_tree %} {% block title %}{% trans "Comment reply" %}{% endblock %} {% block content %}

{% trans "Reply to comment" %}


{{ comment.user_email|tree_comment_gravatar }}
{{ comment.submit_date|date:"N j, Y, P" }} -  {% if comment.user_url %} {% endif %} {{ comment.user_name }}{% if comment.user_url %}{% endif %}

{{ comment.comment }}

{% trans "Post your comment" %}

{% include "comments/form.html" %}
{% endblock %}