{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }}
Site | {{ object.site }} |
---|---|
Location | {% if object.location %} {{ object.location }} {% else %} None {% endif %} |