{% 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_impacts' 'js' %} {% endblock %} {% block title %}Review details{{ item.name }}{% endblock %} {% block tabpanel %}
Below is a full list of metadata that has will be registered, if all items related to those in this review are endorsed. Click promote to promote impacted item to main item review.
{% for concept in statuses %} {% if concept in review.concepts.all %} {% else %} {% endif %} {% endfor %}
Name Type Previous New
State Registration Date State Registration Date
{{ concept }}
{# {{ concept.info }} #}
{{ concept.info.type }} {{ concept.info.old.text }} {{ concept.info.old.old_reg_date }} {{ concept.info.new_state.text }}
{% endblock tabpanel %}