{% load i18n %}

{{ object.activity_date|date:"l d F" }}

{% if object %} {% if object.vacation %}

{% trans "Vacation" %}

{% else %}
  • {{ object.get_working_hours }}
  • {{ object.get_elapsed_time }}
  • {% if object.get_overtime_seconds > 0 %}
  • {{ object.get_overtime_time }}
  • {% endif %}
{% if object.content %}
{{ object.content|linebreaks }}
{% else %}

{% trans "Empty content" %}

{% endif %} {% endif %} {% endif %}
{% if previous_day %}{% endif %} {% if next_day %}{% endif %}
{% comment %}×{% endcomment %}