{% extends "blogango/admin/base.html" %} {% block title %}{{ _("Manage Comments") }}{% endblock %} {% block contents %}
{{ comment.created_by }} | {{ comment.email_id }} {{ comment.user_url }} |
{{ comment.created_on }} [ {% if comment.is_public %} {{ _("Block") }} | {% else %} {{ _("Approve") }} | {% endif %} {{ comment.comment_for.title }} ]
{{ comment.created_by }} | {{ comment.email_id }} {{ comment.user_url }} |
{{ comment.created_on }} [ {% if comment.is_public %} {{ _("Block") }} | {% else %} {{ _("Approve") }} | {% endif %} {{ comment.comment_for.title }} ]