{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block breadcrumbs %}
Name | {{ object.name }} |
---|---|
Tenant | {% if object.tenant %} {{ object.tenant }} {% else %} None {% endif %} |
Origination AS Number | {{ object.origin_as }} |
Date Valid From | {{ object.date_from }} |
Date Valid To | {{ object.date_to }} |
Auto-renews | {{ object.auto_renews }} |
Signing Certificate | {{ object.signed_by.name }} |