{% extends "framework.html" %} {% block content %}
Migration Status BT Rules

Rules with Error: {{ error }}/{{ total }}

Rules without Error: {{ success }}/{{ total }}

{% for obj in results %}
{% if obj.status %} {% else %} {% endif %}

{{ obj.name|safe }}

{% endfor %}
{% endblock content %}