{% extends "bee_django_referral/base.html" %} {% load bee_django_crm_filter %} {% block content %} {% include 'bee_django_referral/logo.html' %} {% include 'bee_django_referral/nav.html' %}
| 名称 | {{ activity.name }} |
| 对应渠道名称 | {{ activity.source_name|default:"" }} |
| 开始时间 | {{ activity.start_date|local_datetime|date:"Y-m-d H:i:s" }} |
| 结束时间 | {{ activity.end_date|local_datetime|date:"Y-m-d H:i:s" }} |
| 活动说明 | {{ activity.detail|default:"" }} |
| 分享说明 | {{ activity.info|default:"" }} |
| 规则解释 | {{ activity.explain|default:"" }} |