{% extends "layout.html" %} {% from "security/_macros.html" import render_field_with_errors, render_field %} {% block body %}
{{ render_login_form() }}

Join the pitstop community!

There are already {{ data.users}} members with {{ data.vehicles }} vehicles who have logged {{ data.kilometers }}km in {{ data.pitstops }} pitstops. They fuelled

    {% for key in data.consumables %} {% set consumable = data.consumables[key] %}
  • {{consumable.amount}}{{consumable.unit}} of {{consumable.name}}
  • {% endfor %}

With pitstop community you can:

  • manage multiple vehicles
  • track each pitstop
  • get statistics about the fuel consumption

Register your account now or log into your account.

{% endblock %}