{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
填写主机基本信息
{% if emg %}
{{ emg }}
{% endif %} {% if smg %}
{{ smg }}
{% endif %}
{% for t, type in login_types.items %} {% ifequal t post.login_type %}
{% else %}
{% endifequal %} {% endfor %}
{% for a,active in actives.items %} {% ifequal a post.is_active %}
{% else %}
{% endifequal %} {% endfor %}
{% endblock %}