Product: {% for p in products.keys() -%} {% if p == selected_product -%} {{ p }} {% else -%} {{ p }} {% endif -%} {% endfor -%} Channel: {% for c in products[selected_product].keys() -%} {% if c == selected_channel -%} {{ c }} {% else -%} {{ c }} {% endif -%} {% endfor -%} Buildid: {% for bid, version in products[selected_product][selected_channel] -%} {% if bid == selected_bid -%} {{ bid }} ({{ version }}) {% else -%} {{ bid }} ({{ version }}) {% endif -%} {% endfor -%} Go ! Pushlog