{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments %} {% load comments_xtd %} {% block title %}{% trans "Comment reply" %}{% endblock %} {% block header %} {{ comment.content_object }} {% endblock %} {% block content %}
{% trans "Reply to comment" %}

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

{{ comment.comment }}


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