{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
填写基本信息
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
{% ifequal session_role_id 2 %}
{% for r, role_name in user_role.items %}
{% endfor %}
{% endifequal %}
{% endblock %} {% block self_footer_js %} {% endblock %}