{% extends 'base.html' %} {% block header %}
{% if templates_count == interfaces_count %}
The device and device type have the same number of interfaces.
{% else %}
The device and device type have different number of interfaces.
Device: {{ interfaces_count }}
Device type: {{ templates_count }}
{% endif %}