{% macro navigation() -%} {% if current_user.email %}
  • Create Pitstop
  • Statistics
  • Account
  • {% if current_user.has_role('admin') %}
  • Admin
  • {% endif %}
  • Logout
  • {% else %}
  • Login
  • Register
  • {% endif %} {%- endmacro %} {% macro render_field_with_errors(field) %}
    {{ field(**kwargs)|safe }} {% if field.errors %}

    {% for error in field.errors %} {{ error }} {% endfor %}

    {% endif %}
    {% endmacro %} Rollerverbrauch 0.1
    {% block body %} {% endblock %}