{% extends 'base.html' %} {% block container %}
{% include "account/aside.html" %}
我的VIP
VIP级别:{{userGroup.Title}}
有效期: {% if userInfo.ExpireTime > 0 %} {{stampToDate(userInfo.ExpireTime, '2006-01-02 15:04')}} {% else %}无{% endif %}
VIP等级:Level {{userGroup.Level}}
VIP权益
{% endblock %} {% block footer %} {% endblock %}