{% extends '_layout/navbar.html' %} {% load utils %} {% block nav-networks %}class="active"{% endblock %} {% block title-extra %}{{ network.ipv4 }}{% endblock %} {% block post-script %} {% endblock %} {% block content %}
{% block general-tab %} {% if network.md_content %}
{{ network.md_content|markdownify }}

Last edited {{ network.md_last_edited|date:"d.m.y - H:i" }} from {{ network.md_last_autor.username }}
{% else %} No special information about this network yet. But you can edit this section! {% endif %} {% endblock %}
Network {{ network.ipv4 }}
Subnetmask {{ network.mask }}
{% for minion in network.minion_set.all %} {% for ni in minion.networkinterface_set.all %} {% if ni.network.ipv4 == network.ipv4 %} {% endif %} {% endfor %} {% endfor %}
Minion Fqdn Minion IP Network interfaces MAC address
{{ minion.fqdn }}{{ ni.ip_address }} {{ ni.name }} {{ ni.mac_address }}
{% endblock %}