{% if h.is_enabled_utilizations() %} {% extends "page.html" %} {% block styles %} {{ super() }} {% asset 'feedback/feedback-search-css' %} {% endblock %} {% block breadcrumb_content %} {{ super() }}
{{ _('Title') }} | {{ _('Issue resolutions') }} | {{ _('Dataset') }} | {{ _('Data resource') }} | {{ _('Registered') }} | {% if c.userobj.sysadmin %}{{ _('Status') }} | {% endif %}|
---|---|---|---|---|---|---|
{{ row.title }} |
{{ row.issue_resolution }}
|
{{ row.package_name }} | {{ row.resource_name }} | {{ row.created.strftime('%Y/%m/%d') }} | {% if c.userobj.sysadmin %} {% if row.approval == True %}{{ _('Approved') }} | {% else %}{{ _('Unapproved') }} | {% endif %} {% endif %}