diffrays
Dashboard
Diff Result{% if nav_counts and nav_counts.diffs is not none %}
{{ nav_counts.diffs }}
{% endif %}
Unchanged{% if nav_counts and nav_counts.unchanged is not none %}
{{ nav_counts.unchanged }}
{% endif %}
Unmatched{% if nav_counts and nav_counts.unmatched is not none %}
{{ nav_counts.unmatched }}
{% endif %}
🌙
{% block content %}{% endblock %}