{% 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 %}
Firewall
Name {{ object.name }}
Address {{ object.address }}
Model {{ object.model }}
Dynamic lists (count) {{ object.dynamiclist_count }}
{% include "inc/panels/custom_fields.html" %}
{% include "inc/panels/tags.html" %} {% include "inc/panels/comments.html" %}
Dynamic lists
{% render_table dynamiclist_table %}
{% endblock content %}