templates/reports.html [5:59]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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 -%} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - templates/reports_no_score.html [5:59]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reports mozilla 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 -%} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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 -%} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -