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

{% endif %}

{{ row.title }}


{{ _('Dataset') }}

{{ row.package_title }}

{{ _('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 and (c.userobj.sysadmin or h.has_organization_admin_role(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 page.collection|length %}
{% endif %} {% for comment in page.collection %}
{% if not comment.approval %} ({{ _('Unapproved') }}) {% endif %} {% if comment.category %} {{ h.create_category_icon(comment.category.value) | safe }} {{ _(comment.category.value) }} {% endif %} {{ h.render_datetime(comment.created, with_hours=True) }}
{% if c.userobj and (c.userobj.sysadmin or h.has_organization_admin_role(owner_org)) and comment.approval == false %}
{% endif %} {% set reply_open = h.is_utilization_reply_open(owner_org) %} {% if comment.approval and (reply_open or (c.userobj and c.userobj.sysadmin) or h.has_organization_admin_role(owner_org)) %} {% if h.is_base_public_folder_bs3() %} {% else %} {% endif %} {% endif %}
{% if comment.content %}
{{ comment.content }}
{% endif %} {% if comment.attached_image_filename %} {% endif %} {# replies block #} {% set replies = h.get_utilization_comment_replies_for_display(comment.id, owner_org) %} {% if replies and replies|length %}
{% if replies|length > 3 %}
{% else %} {% for reply in replies %}
{% set is_admin_reply = h.user_has_organization_admin_role(reply.creator_user_id, owner_org) %} {% if is_admin_reply %} {% endif %} {% if is_admin_reply %} {{ _('Reply from the Administrator') }} {% else %} {{ _('Reply') }} {% endif %} {% if not reply.approval %} ({{ _('Unapproved') }}) {% endif %} {{ h.render_datetime(reply.created, with_hours=True) }} {% if c.userobj and (c.userobj.sysadmin or h.has_organization_admin_role(owner_org)) %}
{% if not reply.approval %}
{% endif %}
{% endif %}
{{ reply.content }}
{% if reply.attached_image_filename %} {% endif %}
{% if not loop.last %}
{% endif %} {% endfor %} {% endif %}
{% endif %}

{% endfor %} {% block page_pagination %} {{ page.pager(utilization_id=utilization_id) }} {% endblock %}