Steel Training
{% trans %}Generate stage for{% endtrans %} {% block title %}{% endblock %}
Steel Challenge
Shootoff
El Presidente
{% trans %}Custom{% endtrans %}
Wesprzyj projekt
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}
{% for category, message in messages %} {% if category == 'danger' %}
{% trans %}Error{% endtrans %}
{%else%}
{% trans %}Info{% endtrans %}
{%endif%}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}