I would like to extract something like bellow:
{% for item in query_ %} {{ mydictionary[item.id] }} {% endfor %}
which