{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load util_tags %} {% block objSpecific %}

Data Quality

{% if item.institutional_environment %}
Institutional Environment
{{ item.institutional_environment|bleach }}
{% endif %} {% if item.timeliness %}
Timeliness
{{ item.timeliness|bleach }}
{% endif %} {% if item.accessibility %}
Accessibility
{{ item.accessibility|bleach }}
{% endif %} {% if item.interpretability %}
Interpretability
{{ item.interpretability|bleach }}
{% endif %} {% if item.relevance %}
Relevance
{{ item.relevance|bleach }}
{% endif %} {% if item.accuracy %}
Accuracy
{{ item.accuracy|bleach }}
{% endif %} {% if item.coherence %}
Coherence
{{ item.coherence|bleach }}
{% endif %}
{% endblock %}