{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "Fabric" %}

{% trans "Name" %} {{ object.name }}
{% trans "Alias" %} {{ object.name_alias|placeholder }}
{% trans "Fabric ID" %} {{ object.fabric_id }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Pods" %} {{ object.pods.count }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}