{% extends 'base.html' %} {% with active_page="viewer" %} {% block title %}Quality Models{% endblock %} {% block head %} {{ block.super }} {% load static %} {% endblock %} {% block body %}
{% include 'prosoul/viewer_js.html' %}
Select a quality model to show:
Quality Models: {{qmodels|length}}
Attributes in selected model: {{attributes_data.children|length}}
Metrics in selected model: {{metrics_data.children|length}}
{% endblock %} {% endwith %}