{% extends "base.html" %} {% block title %} 页面缓存 {% endblock %} {% block body %}

{% if location_info.matching_rules == 'tpf' %}  通配符   {% else %}  通配符   {% endif %} {% if location_info.matching_rules == 're' %}  正则表达式   {% else %}  正则表达式   {% endif %} {% if location_info.matching_rules == 'precise' %}  精确匹配    {% else %}  精确匹配   {% endif %}
{% if location_info.case_info == '~*' %}  忽略   {% else %}  忽略   {% endif %} {% if location_info.case_info == '~' %}  不忽略 {% else %}  不忽略 {% endif %}
{% if location_info.fenpian_cache == 'open' %}  开启    关闭 {% else %}  开启    关闭 {% endif %}
{% if location_info.kuayu == 'open' %}  开启    关闭 {% else %}  开启    关闭 {% endif %}
{% if location_info.mp4 == 'open' %}  开启    关闭 {% else %}  开启    关闭 {% endif %}
{% if location_info.unit_of_time == 'd' %}  天   {% else %}  天   {% endif %} {% if location_info.unit_of_time == 'h' %}  小时   {% else %}  小时   {% endif %} {% if location_info.unit_of_time == 'm' %}  分钟   {% else %}  分钟   {% endif %} {% if location_info.unit_of_time == 'm' %}  秒 {% else %}  秒 {% endif %}
{% endblock %} {% block js %} {% endblock %}