{% extends "generic/object_retrieve.html" %} {% load helpers %} {% load static %} {% block content_left_page %} {% if object.schema %} {% include "nautobot_consumables/inc/json_data_fields.html" with demo=True title="Sample Form" %} {% endif %} {% endblock content_left_page %} {% block content_right_page %} {% include "nautobot_consumables/inc/bulk_edit_table.html" with table=table_consumables title="Consumables" add_url="plugins:nautobot_consumables:consumable_add" %} {% endblock content_right_page %} {% block content_full_width_page %}
{{ object.schema|render_json }}