{% extends "dcim/site.html" %} {% load helpers %} {% load plugins %} {% load buttons %} {% load i18n %} {% block controls %} {% if 'add' in context.actions and not context.sop_infra.pk %} {% trans "Add Infrastructure" %} {% endif %} {% if 'bulk_edit' in context.actions and context.sop_infra.pk %} {% trans "Edit Infrastructure" %} {% endif %} {% if 'bulk_delete' in context.actions and context.sop_infra.pk %} {% trans "Delete Infrastructure" %} {% endif %} {% endblock controls %} {% block content %}
{% include 'sop_infra/tab/meraki.html' with object=context.sop_infra site=object %}
{% include 'sop_infra/tab/classification.html' with object=context.sop_infra site=object %}
{% include 'sop_infra/tab/sizing.html' with object=context.sop_infra site=object %}
{% endblock content %}