{% for solution in solutions %} {{ solution.id }} {{ solution.time_sent }} {{ solution.language }}

{% if solution.result == testing_status %} {% endif %}{{ solution.result }}

{% endfor %}