{% extends "bee_django_user/base.html" %} {% load static %} {% load bootstrap3 %} {% block content %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %} {% include 'bee_django_user/messages.html' %}

缦客号区间

{% for sn in sn_list %} {% endfor %}
区间 当前使用
{{ sn.start }} - {{ sn.end }} {{ sn.is_used }}

学生信息

学生姓名 {{ user.first_name }}
登录名 {{ user.username }}
统一缦客号 MK{{ user.userprofile.sn|default:"" }}
{% csrf_token %} {% bootstrap_form form %}
填写的缦客号,如在区间内,最大不能超过{{ max_sn }}
{% bootstrap_button '提交' %}
{% endblock %} {% block scripts %} {% endblock %}