{% extends "layout.html" %} {% block title %}Golem : {{project|capitalize}} : {{full_test_case_name}}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{full_test_case_name}}

{% if g.user.project_weight(project) >= 30 %}
{% endif %} Preview {% if g.user.project_weight(project) >= 30 %} {% endif %}
{% if test_data or test_data_setting == 'csv' %}

Data

{% if test_data[0] %} {% for key, val in test_data[0].items() %} {% endfor %} {% for row in test_data %} {% for key, value in row.items() %} {% endfor %} {% endfor %} {% for item in test_data[0].items() %} {% endfor %} {% else %} {% for i in range(4) %} {% endfor %} {% for i in range(3) %} {% for j in range(4) %} {% endfor %} {% endfor %} {% endif %}
#
{{loop.index}}
{{test_data|length + 1}}
#
{{i+1}}
{% endif %}
{% endblock %}