{% extends "base.html" %} {% block main %}

{{ i18n['select_project_to_manage']}}

{{ i18n['new_project']}}

{{ i18n['comments']}}

n/a

{{ i18n['unpublished']}}

n/a

{{ i18n['spam']}}

n/a

{% for each in projects %}

{{ each['name'] }}

{{ i18n['comments']}}

{{ each['total_comments'] }}

{{ i18n['unpublished']}}

{{ each['total_unpublished'] }}

{{ i18n['spam']}}

{{ each['total_spam'] }}

{% endfor %}
{% include "modals/project_not_found.html" %} {% include "modals/project-delete.html" %} {% include "modals/project_edit.html" %} {% include "modals/comments-export-all.html"%} {% endblock %}