{% extends "issues/base.html" %} {% import "issues/common.html" as common with context %} {% set filters = h.get_issue_filter_types() %} {% set issues_per_page = h.get_issues_per_page() %} {% block subtitle %}{{ _('Issues') }} - {{ super() }}{% endblock %} {% block breadcrumb_content %}
Title | Dataset | Reported | Status | Comments | |
---|---|---|---|---|---|
#{{issue.id}} |
{{issue.title}}
{% if issue.resource %}
Resource: {{issue.resource.name or issue.resource.description}} {% endif %} {% if issue.visibility == 'hidden' %}
Reported as spam/abuse
{%endif%}
|
{{issue.dataset.title}} | {{ h.time_ago_from_timestamp(issue.created) }} | {% if issue.resolved %}closed{% else %}open{% endif %} | {% if issue.comment_count %} {{ _('%s comments') % (issue.comment_count) }} {% endif %} |