{% set row = utilization %}
{% if c.userobj.sysadmin or h.has_organization_admin_role(utilization.owner_org) %}
{% endif %}
{% if page.collection|length %}
{% endif %} {% for comment in page.collection %} {% if (c.userobj.sysadmin or h.has_organization_admin_role(utilization.owner_org)) and comment.approval == false %} {% endif %}
{% endfor %} {% block page_pagination %} {{ page.pager(utilization_id=utilization_id) }} {% endblock %}
{% endif %}
{{ row.title }}
{{ _('Dataset') }}
{{ row.package_name }}{{ _('Resource') }}
{{ row.resource_name }}{{ _('URL') }}
{{ row.url }}{{ _('Utilization description') }}
{{ row.description }}
{{ _('Issue Resolutions') }}
{% if h.is_base_public_folder_bs3() %} {% else %} {% endif %} {% if issue_resolutions|length > 0 %} {% endif %} {{ issue_resolutions|length }} {% if c.userobj.sysadmin or h.has_organization_admin_role(utilization.owner_org) %} {% if h.is_base_public_folder_bs3() %} {% else %} {% endif %} {% endif %}{{ _('Comments') }}
{{ row.comment }}
{% if page.collection|length %}
{% endif %} {% for comment in page.collection %} {% if (c.userobj.sysadmin or h.has_organization_admin_role(utilization.owner_org)) and comment.approval == false %} {% endif %}
{{ comment.created.strftime('%Y/%m/%d %H:%M') }} {% if comment.category %} {{ _(comment.category.value) }} {% endif %} {% if not comment.approval %} {{ _('Unapproved') }} {% endif %}
{{ comment.content }}
{% endfor %} {% block page_pagination %} {{ page.pager(utilization_id=utilization_id) }} {% endblock %}