{% extends "devices/devices_base.html" %} {% block content_area %}
So, you have just created {{ device.user_given_name }}
, the next step is to start adding some Data Objects which you would like to track!
These are the Data Objects which {{ device.user_given_name }}
is tracking.
A package is a predefined group of data objects which makes enabling and disabling them a synch.
You can also add data objects to record individually.
{% with device.data_objects.all as device_objects %} {% include "definitions/includes/data_object_table.html" %} {% endwith %} {% endblock %} {% block scripts %} {% endblock %}