标签: django templates dictionary
我有一个字典,这个字典中的键是我通过调用某个方法从对象中获取的一些ID。在django模板中我需要这样的东西
id = object.get_id element = dict[id]