{% extends "base.html" %} {% block title %}Historique{% endblock %} {% block content %}
Aucune entrée pour le moment.
{% endif %}{{ entry.date.strftime('%a %d %b %Y') }}
{{ entry.day_type }} {% if entry.time_slots %} — {{ entry.total_hours_str() }}{% endif %} {% if entry.journey_profile_id %} — {{ entry.journey_profile_id }}{% endif %}
{% if entry.comment %}{{ entry.comment }}
{% endif %}