{% load static %} MDAI {% if not user.is_authenticated %} 免费注册 登录 {% else %} {#帮助中心#} {% with count=user.total_msg %} {% if count %} {{count}} {% endif %} {% endwith %} {% include "profile_menu.html" %} {% endif %}