{% extends "bee_django_crm/base.html" %} {% load bee_django_crm_filter %} {% block content %} {% include 'bee_django_crm/logo.html' %} {% include 'bee_django_crm/nav.html' %}

参与记录列表

共{{ paginator.count }}条 {{ result_sum }}元
{# #} {% for r in campaign_list %} {# #} {% endfor %}
微信昵称 参加时间 奖品 当前结果 状态 绑定用户
{{ forloop.counter }}{% if not r.is_mk %}新用户{% endif %}{{ r.wxuser }} {{ r.created_at }} {{ r.reward }} {{ r.result }} {{ r.get_status }} {% if r.is_mk and r.bind_user %} {{ r.bind_user }} {% endif %} {% if not r.is_mk and r.bind_preuser %} {{ r.bind_preuser.name }} {% endif %} {% if perms.bee_django_crm.view_campaign_record_detail %} 详情 {% endif %}
{% include 'bee_django_crm/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}