{% set row = utilization %}
{% set owner_org = utilization.owner_org %}
{% if c.userobj and (c.userobj.sysadmin or h.has_organization_admin_role(owner_org)) %}
{% endif %}
{% if page.collection|length %}
{% endif %} {% for comment in page.collection %}
{% endfor %} {% block page_pagination %} {{ page.pager(utilization_id=utilization_id) }} {% endblock %}
{% endif %}
{{ row.title }}
{{ _('Dataset') }}
{{ row.package_title }}{{ _('Resource') }}
{{ row.resource_name }}{{ _('URL') }}
{{ row.url }}{{ _('Utilization description') }}
{{ row.description }}
{{ _('Issue Resolutions') }}
{% if issue_resolutions|length > 0 %} {% endif %} {{ issue_resolutions|length }} {% if c.userobj and (c.userobj.sysadmin or h.has_organization_admin_role(owner_org)) %} {% endif %}{{ _('Comments') }}
{{ row.comment }}
{% if page.collection|length %}
{% endif %} {% for comment in page.collection %}
{% endfor %} {% block page_pagination %} {{ page.pager(utilization_id=utilization_id) }} {% endblock %}
{% endif %} {% endfor %}
{% endif %} {% endfor %} {% endif %}