{% extends "root.html" %} {% block title %} Editing Checkout #{{ object.id }} {% endblock %} {% block fullscript %} {{ form.media }} {% endblock %} {% block content %}

Brief information

{{ form.cpf.label }} {{ form.cpf }} {{ form.cpf.errors }}
{{ form.senha.label }} {{ form.senha }} {{ form.senha.errors }}
{{ form.out_date.label }} {{ form.out_date }} {{ form.out_date.errors }}
{{ form.return_date.label }} {{ form.return_date }} {{ form.return_date.errors }}
{% endblock %}