{% extends 'backendbase.html' %} {% block main %}

充值码列表:

添加充值码:


{% for contact in contacts %} {% empty %}

没有充值码哟

{% endfor %}
ID: 面值: 代码: 是否使用: 用户名
#{{ contact.pk}} {{ contact.number }} {{ contact.code }} {{ contact.isused }} {{ contact.user }}
{% endblock main %}