{% 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 %} {% 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') }}

{% for category in categories %} {% endfor %}

0/1000

{{ _('Please check before sending') }}

{{ _('Comment Policy') }}

  • {{ _('Constructive criticism') }}: {{ _('When seeking improvements, provide constructive and specific criticism. Including alternative suggestions or problem-solving proposals can lead to improvements that meet the needs.') }}
  • {{ _('Respect Privacy and Ethics') }}: {{ _('When posting comments, remember to protect personal information and consider ethical implications.') }}
  • {{ _('Positive Feedback') }}: {{ _('Positive comments contribute more to the motivation of data providers and provide valuable deta than aggressive negative comments.') }}

{% if h.is_base_public_folder_bs3() %} {% else %} {% 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 %}

{{ 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 %}