{% for frequency in patient_meds.frequency %} {% if frequency == "7" %} <td>Hellow</td> {% endif %} {% endfor%}
得到错误
TemplateSyntaxError:'if'语句格式不正确
我不知道我要做什么请帮帮我...
python django google-app-engine
django ×1
google-app-engine ×1
python ×1