{% extends 'kfet/base.html' %} {% block title %}Informations sur la caisse {{ checkout }}{% endblock %} {% block content %} {% if not checkout.is_protected %}

Modifier les informations

{% endif %}

Nom: {{ checkout.name }}

Valide du {{ checkout.valid_from|date:'l j F Y, G:i' }} au {{ checkout.valid_to|date:'l j F Y, G:i' }}

Créée par: {{ checkout.created_by }}

Balance: {{ checkout.balance }} €

Protected: {{ checkout.is_protected }}

{% endblock %}