{% extends 'leprikon/default.html' %} {% load i18n leprikon_tags sekizai_tags %} {% block content %}
{% trans 'date' %} | {% trans 'start' %} | {% trans 'duration' %} | {% trans 'type' %} | {% trans 'description' %} | |
---|---|---|---|---|---|
{{ entry.date }} | {{ entry.start }} | {{ entry.duration }} | {{ entry.group.name }} | {{ entry.description | safe }} | {% trans 'edit' %} {% if not timesheet.submitted %} {% trans 'delete' %} {% endif %} |