{% 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.pitstops }} pitstops fuelling {{ data.litres }}l for {{ data.kilometers }}km.

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 %}