{% extends 'base.html' %} {% set page = 'feedback' %} {% block content %}
{% if stats['absolute']['unparsed'] %}There are {{ stats['absolute']['unparsed'] }} unparsed queries.
{% endif %}Type | Count | Percentage |
---|---|---|
{{ type }} | {{ stats['absolute'][type] }} | {{ '%.2f' | format(stats['relative'][type]) }} |
Accuracy: {{ '%.2f' | format(stats['accuracy']) }}
Tags on Feedback | Instance Count |
---|---|
{{ tag_count }} | {{ instance_count }} |
{{ piece.nl }}
{{ piece.systemMrl }}
{{ piece.correctMrl }}
{% if tag_forms %} {% with tag_form = tag_forms[piece.id] %} {% if tag_form %} {% endif %} {% endwith %} {% endif %} Detail Edit