django的模板页面里,如何获取一个集合的数据?

以前以为是用[下标],原来在模板,也作了变换,得用.

才能搞定。

如下例中的 object_list.0.server_type 'nginx'

{% ifequal object_list.0.server_type 'nginx' %}
    <div class="uk-button-group">
       <button  deploy_type = "deploypkg" disabled>发布程序</button>    <button  deploy_type = "rollback" disabled>回滚</button>
     </div>
{% endifequal %}

下午休息。。。

上一篇:50个Android开发技巧(24 处理ListView数据为空的情况)


下一篇:Oracle EBS - Profile Setting