{% load i18n %}

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

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

Vacation

{% else %}
  • {{ object.get_working_hours }}
  • {{ object.get_elapsed_time }}
{% if object.content %}
{{ object.content|linebreaks }}
{% else %}

Empty content

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