{% extends 'generic/object_list.html' %} {% load render_table from django_tables2 %} {% block content %}
| Short Name | {{ object.short_name }} |
|---|---|
| Full Name | {{ object.full_name }} |
| Description | {{ object.description|linebreaksbr }} |
| ISD-AS | Description | Cores |
|---|---|---|
| {{ isdas.isd_as }} | {{ isdas.description|default:"-" }} | {{ isdas.cores_display|default:"-" }} |