{% extends "base.html" %} {% block title %}Dashboard submissions{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}
{{ event.name }}
General Information

Opening time of the event: {{ event.opening_timestamp.strftime('%Y-%m-%d %H:%M:%S') }}

Send data to datarun and split between train and test on datarun:

Submissions
 
New submissions (pending training)
{{ new_leaderboard | safe}}
Failed submissions
{{ failed_leaderboard | safe}}
 
{% endblock %} {% block scripts %} {% endblock %}