High-score Board
{% if board_svg %}No saved board is available for this run.
{% endif %}| Run ID | {{ run.run_id }} |
|---|---|
| Project Version | {{ run.project_version }} |
| High Score | {{ run.high_score if run.high_score is not none else '—' }} |
| Completed At | {{ run.completed_at.strftime('%Y-%m-%d %H:%M:%S') if run.completed_at is not none else '—' }} |