{% extends 'aristotle_mdr/base.html' %} {% load render_bundle from webpack_loader %} {% load aristotle_tags util_tags i18n humanize bootstrap3 %} {% block title %}Reporting tool{% endblock %} {% block content %}
Data Elements and subcomponents status report
This report allows you to see Data Elements which have component items with a different status with the selected Registration Authority.
Note that you need to be logged in as someone who has permission to see the Data Elements and their components.


{{ STATUSES }}
{{ form.ra.label }} {{ form.ra }}
{{ form.ra.errors }}
{{ form.status.label }} {{ form.status }}
{{ form.status.errors }}
{% include "aristotle_mdr/helpers/paginator.html" with page=page_obj %} {% if object_list %} {% for de in object_list %} {% endfor %}
Concepts
Data Element Components
{{ de }}
{% get_status_from_dict statuses_list status de.id False %}
{% if de.valueDomain %} {% endif %} {% if de.dataElementConcept %} {% endif %}
{% else %}
There were no Data Elements with your chosen filters.
{% endif %} {% include "aristotle_mdr/helpers/paginator.html" with page=page_obj %}
{% endblock %}