{% extends "layout.html" %} {% block title %}{{ __('Home') }}{% endblock %} {% block head %} {% endblock %} {% block content %} {% if getOption("timerLogo") %} {% else %} {% endif %} {{ __("Current Event") }} {{ getOption('eventName') }} {{ __("Actions") }} {{ __("Event Heats and Classes") }} {{ __("View Race Results") }} {{ __("Spectate Current Race") }} {{ __("Start Race") }} {{ __("Marshal Race Data") }} {{ __("Admin / Settings") }} {% endblock %}