{% extends "generic/object.html" %} {% load perms %} {% load plugins %} {% load helpers %} {% load helpers %} {% load buttons %} {% block control-buttons %} {% if perms.extras.add_bookmark and object.bookmarks %} {% bookmark_button object %} {% endif %} {% if perms.extras.add_subscription and object.subscriptions %} {% subscribe_button object %} {% endif %} {% if request.user|can_change:object %} {% edit_button object %} {% endif %} {% if request.user|can_delete:object %} {% delete_button object %} {% endif %} {% endblock control-buttons %} {% block title %}{{object}}{% endblock %} {% block content %}
Computed Access Location
{% include "sop_infra/tools/display_detail.html" with name="name" %} {% include "sop_infra/tools/display_detail.html" with name="slug" %} {% include "sop_infra/tools/display_detail.html" with name="strata_id" %} {% include "sop_infra/tools/display_detail.html" with name="strata_name" %} {% include "sop_infra/tools/display_detail.html" with name="bandwidth" %}
{% include "inc/panels/related_objects.html" %}
{% if access_location %}
{% endif %}
{% endblock %}