{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

心愿单

{% if session.huawei_user.email %} 应用上架后将通过邮箱 {{ session.huawei_user.email }} 通知您 {% else %} 绑定邮箱后可以收到应用上架通知 {% endif %}
{% if session.huawei_user.unlocked_features %} 您已成功邀请3位好友,已解锁20个心愿单名额 {% else %} 邀请3位好友使用,即可解锁20个心愿单名额(已邀请 0/3 位) {% endif %}
{% endblock %} {% block footer %}{% endblock %}