{% extends "admin-base-auth.html" %} {% load i18n %} {% load static %} {% block content %}
Invalid tab.
There are no comments to moderate.
There are no approved comments.
There are no comments.
Invalid tab.
{% elif tab == 'moderated' and moderated|length == 0 %}There are no comments to moderate.
{% elif tab == 'approved' and approved|length == 0 %}There are no approved comments.
{% elif tab == 'all' and moderated|length == 0 and approved|length == 0 %}There are no comments.
{% else %}{% translate "Remove" %}
{{comment.user_email}} {% if comment.user_url != '' %}
{{comment.user_url}} {% endif %}
{{photo.title}}
{{photo.the_album.name}}
{% translate "Remove" %}
{{comment.user_email}} {% if comment.user_url != '' %}
{{comment.user_url}} {% endif %}
{{photo.title}}
{{photo.the_album.name}}