{% extends 'generic/object.html' %} {% load helpers %} {% load validity %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Multi-filter operation | {{ object | colored_choice:"filter_operation" }} |
Device Name Filter | {{ object.name_filter | placeholder }} |
Tag Filter | {{ object.tag_filter.all | linkify_list }} |
Manufacturer Filter | {{ object.manufacturer_filter.all | linkify_list }} |
Device Type Filter | {{ object.type_filter.all | linkify_list }} |
Platform Filter | {{ object.platform_filter.all | linkify_list }} |
Status Filter | {{ object | colored_choice:"status_filter" | placeholder }} |
Location Filter | {{ object.location_filter.all | linkify_list }} |
Site Filter | {{ object.site_filter.all | linkify_list }} |
Tenant Filter | {{ object.tenant_filter.all | linkify_list }} |
Dynamic Pairs | {{ object | colored_choice:"dynamic_pairs" }} |