diff --git a/app/twig_templates/admin/comments/reply.twig b/app/twig_templates/admin/comments/reply.twig
index 1780575d..33c362e4 100644
--- a/app/twig_templates/admin/comments/reply.twig
+++ b/app/twig_templates/admin/comments/reply.twig
@@ -2,95 +2,10 @@
{% block title %}{{ _('Details of comment') }}{% endblock %}
{% block content %}
- {{ _('Details of comment') }}
{{ _('Article name') }} | -{{ comment.entry_title }} | -
---|---|
{{ _('Contributor') }} | -{{ comment.name }} | -
{{ _('Title') }} | -{{ comment.title }} | -
{{ _('Body') }} | -{{ comment.body|nl2br }} | -
{{ _('E-mail address') }} | -{{ comment.mail }} | -
URL | -{{ comment.url }} | -
{{ _('Public state') }} | -- {% if comment.open_status == comment_open_status_public %} - {{ _('Published') }} - {% endif %} - {% if comment.open_status == comment_open_status_pending %} - {{ _('Approval pending') }} - {% endif %} - {% if comment.open_status == comment_open_status_private %} - {{ _('Only exposed administrator') }} - {% endif %} - | -
{{ _('Updated date') }} | -{{ comment.updated_at|date('Y-m-d H:i:s') }} | -
{{ _('Response time') }} | -{{ comment.reply_updated_at|date('Y-m-d H:i:s') }} | -
{{ _('You can delete a comment by pressing the button below.') }}
- {{ _('Delete') }} -