{% if user.is_active == True and user.userprofile.is_pause == False %} {% if perms.bee_django_crm.add_preuserfee and perms.bee_django_crm.add_preusercontract %} {% if user.userprofile.preuser %} 新增合同/缴费 {% endif %} {% endif %} {% if perms.bee_django_user.add_userleaverecord %} 新增请假/延期 {% endif %} {% if perms.bee_django_track.add_track_other %} 添加其他 {% endif %} {% endif %}