Django Book 翻译
菜单>:
TOC
返回
原文:
If you need to combine ``and`` and ``or`` to do advanced logic, just use nested ``if`` tags, for example:
翻译:
如果你需要同时使用 ``and`` 和 ``or`` 来实现较高级的逻辑,可以用嵌套的 ``if`` 标签来实现。例如:
备注:
译者: