{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Network Attachment
Target
{% if object.container %} {{ object.container }} {% elif object.pod %} {{ object.pod }} {% else %} {% endif %}
Mode
{{ object.get_mode_display }}
Network
{% if object.network %} {{ object.network }} {% else %} {% endif %}
Options
{% if object.options %}{{ object.options }}{% else %}{% endif %}
Tags
{% if object.tags.count %}
{% for tag in object.tags.all %} {{ tag.name }} {% endfor %}
{% else %} No tags {% endif %}
{% endblock %}