{% set row = utilization %}
{% if c.userobj.sysadmin or h.has_organization_admin_role(utilization.owner_org) %}
{{ _('Edit') }} {% if row.approval == false %} {% endif %}

{% 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 %} issue resolution badge {% 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 }}


{{ _('Comment') }}



0/1000




{% if comments|length %}
{% endif %} {% for comment in comments %} {% 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') }} {% for category in categories %} {% if comment.category.name in category.name %} {{ _(comment.category.value) }} {% endif %} {% endfor %}


{{ comment.content }}


{% endfor %}