{% extends "aristotle_mdr/reviews/review/base.html" %} {% load i18n humanize %} {% load aristotle_tags util_tags %} {% load static from staticfiles %} {% load render_bundle from webpack_loader %} {% block webpack_bundle %} {% render_bundle 'review_items' 'js' %} {% endblock %} {% block title %}Review details - items {{ item.name }}{% endblock %} {% block tabpanel %}
{% for concept in concepts %} {% endfor %}
Items currently listed for this review
Item Details Last Modified
{% include "aristotle_mdr/helpers/inlineDetails.html" with item=concept.item %} {% if concept.remove %} {% else %} {% endif %}
{% if active_tab == 'checks'%} {% for agg in total_results %} {% endfor %}
Item Results
{{ agg.item_name }} {% if not setup_valid %}

No Validation rules avaliable

{% else %} {% with results=agg.results %} {% endwith %} {% endif %}
{% endif %}
{% endblock %}