{% extends 'generic/object.html' %} {% block content %}
Raw Device Data
Name {{ object.name }}
Device {{ object.device.name }}
Last Changed {{ object.last_updated }}
hash {{ object.hash }}
Download File
Data:
{{ object.data }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}