{% extends 'base.html' %} {% block content %} {% include 'nav_cat_bar.html' %}
填写主机基本信息
{% if emg %}
{{ emg }}
{% endif %} {% if smg %}
{{ smg }}
{% endif %}
{% for g in eusergroup %} {% endfor %}
{% endblock %}