{% load static %} {% load template_tags %} {% load i18n %} {% if user_is_reviewer == False and user_can_edit %} {% block header %}
{% endblock %} {% block filter %} {% endblock %}
{% block list_wrapper %}
{% trans 'You have not yet edited any data within the specified time period. Once you edit a resource, your edit history will display here.' %}
{% block listitem %}
{% trans 'pending review' %}
{% endblock %}
{% endblock list_wrapper %} {% endif %}