{% extends "data/base.html" %} {% block title %}{{ presentModule }} 的事务{% endblock %} {% load staticfiles %} {% block content %}
模块[{{ presentModule }}] 的事务
{% for tds in tdList %} {% ifequal tds.right 'true' %}
{{ tds.title }}
{% if tds.params.length == 0 %} {% else %}
{{ tds.instruction }}
{% endif %} {% ifequal tds.isFav 'true' %} {% else %} {% endifequal %}
作者:{{ tds.author }}
{% for foo in tds.params %}
{{ foo.param }}: {% ifequal foo.type '0' %} {% endifequal %} {% ifequal foo.type '1' %} {% endifequal %} {% ifequal foo.type '2' %}
{% endifequal %}
{% endfor %}
{% endifequal %} {% empty %} 抱歉,列表为空 {% endfor %}
{% for tds in tdList %} {% ifequal tds.right 'false' %}
{{ tds.title }}
{% if tds.params.length == 0 %} {% else %}
{{ tds.instruction }}
{% endif %} {% ifequal tds.isFav 'true' %} {% else %} {% endifequal %}
作者:{{ tds.author }}
{% for foo in tds.params %}
{{ foo.param }}: {% ifequal foo.type '0' %} {% endifequal %} {% ifequal foo.type '1' %} {% endifequal %} {% ifequal foo.type '2' %}
{% endifequal %}
{% endfor %}
{% endifequal %} {% empty %} 抱歉,列表为空 {% endfor %}
确定
{% endblock %}