{% load myfilter %}
{% if request|has_permission:'b_troublefollowtaskset_add' %}
创建隐患跟踪计划
{% endif %}
{% if request|has_permission:'b_troublefollowtaskset_edit' %}
编辑计划
{% endif %}
{% if request|has_permission:'b_troublefollowtaskset_toggle' %}
暂停/启用派发
{% endif %}
{% if request|has_permission:'b_troublefollowtaskset_del' %}
删除
{% endif %}