{{ _('Date') }} | {{ _('Theme') }} | {{ _('Action') }} | {{ _('Reviewer') }} | |
---|---|---|---|---|
{{ item.created|babel_datetime }} | {{ item.arguments.0.name }} | {{ ACTION_DICT.get(item.details.action) }} | {{ item.user.display_name }} | {% if item.details.comment or item.details.reject_reason %} {{ _('Show Comments') }} {% endif %} |
{{ _('No reviews found for this period.') }}
{% endif %} {% if pager.has_other_pages() %} {{ pager|impala_paginator }} {% endif %}