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