{% extends "facturio/base.html" %}
{% load crispy_forms_tags %}
{% block title %}Login{% endblock %}
{% block content %}
{% crispy form form.helper %}
{% endblock %}