{% extends "billy/base.html" %} {% load url from future %} {% load humanize %} {% load staticfiles %} {% load billy_utiltags %} {% block title %}Data Quality{% endblock %} {% block script %} {% endblock %} {% block content %}

Subjects needing sorting

Currently showing 0 out of Unknown (wait a second)


{% csrf_token %}
"Foreign" subject Billy subject

Existing subjects

{% for subject in subjects %} {% endfor %}
"Foreign" subject Billy subject Beleted
{{ subject.remote }} {% for n in subject.normal %} {{ n }} {% endfor %} remove
{% endblock %}