{% extends "editors/base.html" %} {% block breadcrumbs %} {{ editors_breadcrumbs(items=[(None, _('Add-on Review Log'))]) }} {% endblock %} {% block content %}
{{ _('Date', 'editorcp_reviewlog_column_date') }} | {{ _('Event') }} | {{ _('Editor') }} | |
---|---|---|---|
{{ item.created|babel_datetime }} | {% if item.arguments.0 %} {{ item.arguments.0|link }} {% if item.arguments|count >= 2 %} {{ item.arguments[1] }} {{ ACTION_DICT.get(item.action) }} {% else %} {{ ACTION_DICT.get(item.action) }} {% endif %} {% else %} {{ _('Add-on has been deleted.') }} {% endif %} | {{ item.user.display_name }} | {{ _('Show Comments') }} |
{{ item.action }} |
{{ _('No reviews found for this period.') }}
{% endif %} {% if pager.has_other_pages() %} {% endif %}