{% for solution in solutions %} {{ solution.id }} {{ solution.time_sent }} {% if can_edit or task.show_details %} {% if can_edit %} {% endif %} {% else %}{% if task.show_result %} {{ solution.result }} {% else %} Accepted {% endif %} {% endif %} {% if task.show_result or can_edit %} {{ solution.mark_property }} {% else %} {% if solution.mark == null %} Checking {% else %} Checked {% endif %} {% endif %}
{{ solution.comment_property }}
{% endfor %}