{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% comment %} __author__ = "Andrea Dainese" __contact__ = "andrea@adainese.it" __copyright__ = "Copyright 2022, Andrea Dainese" __license__ = "GPLv3" {% endcomment %} {% block content %}
Name | {{ object.name }} |
---|---|
Description | {{ object.description }} |
Link | {{ object.slug }} |
Rule | {{ object.rule }} |
Devices (count) | {{ object.device_count }} |