{{controller.meta_title}}
消息类型 | 发送时间 | 成功发送人数 | 失败人数 | 操作 | |||
---|---|---|---|---|---|---|---|
[文字] {% set wx_bq = item.material_wx_content %} {% set temp = wx_bq|get_bq(emoji) %} {{temp|safe}} | {% else %} {%if item.del_status == 0 %}{% set wx_content = item.material_content|strToJson %} {% for val in wx_content.articles %} {% endfor %} | {% else %}{% set wx_content = item.material_content|strToJson %} {% for val in wx_content.articles %} {% endfor %} | {% endif %} {%endif%}{{item.create_time}} | {{item.sent_count}} | {{item.error_count}} | {%if item.del_status == 0 %}删除 | {% else %}已删除 | {% endif %}
This would display if the 'item' collection were empty |