{% extends 'base/layout.html' %} {% load static %} {% block title %}Rack Interface Grid - {{ rack.name }}{% endblock %} {% block content %}

Rack Interface Grid: {{ rack.name }}

Back to Rack
{% for device_data in devices_with_interfaces %}
Grid Configuration: {{ device_data.grid_rows }} rows × {{ device_data.grid_columns }} columns ({{ device_data.total_cells }} cells)
Interfaces Shown: {{ device_data.interfaces|length }}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% endblock %}