{% extends 'generic/object.html' %} {% load validity %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Connection Type | {{ object | colored_choice:"connection_type" }} |
Commands | {{ object.commands.all | linkify_list }} |