{% set row = utilization %}
{% if c.userobj.sysadmin %}
{% endif %}
{% endif %}
{{ issue_resolutions|length }}
{% if c.userobj.sysadmin %}
{% endif %}
{% if comments|length %}
{% endif %} {% for comment in comments %} {% if c.userobj.sysadmin and comment.approval == false %} {% endif %}
{% endfor %}
{% endif %}
{{ row.title }}
{{ _('Dataset') }}
{{ row.package_name }}{{ _('Resource') }}
{{ row.resource_name }}{{ _('Utilization description') }}
{{ row.description }}
{{ _('Issue Resolutions') }}
{% if issue_resolutions|length > 0 %}
{{ _('Comments') }}
{{ row.comment }}
{% if comments|length %}
{% endif %} {% for comment in comments %} {% if c.userobj.sysadmin 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 %}