{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Device
Site {{ object.site }}
Device {{ object.device }}
Device Setup Type {{ object.device_setup_type }}
Remote Config {{ object.remote_config }}
Results {{ object.results }}
{% include 'inc/panels/custom_fields.html' %}
{% endblock content %}