{% if config.cdn %}
{% else %}
{% endif %}
{% block head %}{% endblock %}
menu
{% if logged_in %}
Logout
{{ user.username }}
{% endif %} {% if not logged_in %} {% if config.registration %}
Register
{% endif %}
Login
{% endif %}
{% if config.competition_has_started() or session.admin %} {% if logged_in %}
flag
Challenges
{% endif %}
timeline
Scoreboard
computer
Shell
{% endif %} {% if logged_in %}
chat
Chat
report_problem
Tickets
{% endif %}
{% if logged_in %}
track_changes
My Team
account_circle
{{ user.username }}
block
Logout
{% endif %} {% if not logged_in %} {% if config.registration %}
person_add
Register
{% endif %}
lock
Login
{% endif %}
{% if session.admin %}
You are an admin.
Please note that team restrictions do not currently apply.
{% endif %} {% for notification in notifications %}
{{ notification.notification | safe }} (Click to dismiss)
{% endfor %}
{% block content %}{% endblock %}
{% if config.cdn %} {% else %} {% endif %} {% block postscript %} {% endblock %} {% if config.production %} {% endif %}