{% extends 'base.html' %} {% set page = 'feedback' %} {% block content %}
There are {{ unparsed_queries }} unparsed queries.
Sys parses by model: {{ model }}
{% else %}Sys parses from feedback creation time
{% endif %} {% if paging_info and paging_info['page_count'] > 0 %}{{ paging_info['object_count'] }} pieces of feedback
{% set cur_page = paging_info['current_page'] %}{{ piece.nl }}
{{ piece.model_mrl if model else piece.original_mrl }}
{{ piece.correct_mrl }}
{{ piece.created }}
{% if piece.split == 'train' %}Used for training
{% elif piece.split in ['dev', 'test'] %}Used for testing
{% elif piece.split.endswith('replaced') %}Replaced
{% else %}Other use ({{ piece.split }})
{% endif %} {% if current_user.admin %} {% endif %}{{ child.nl }}
{{ child.model_mrl if model else child.original_mrl }}
{{ child.correct_mrl }}