{% load i18n %}

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

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

{% trans "Vacation" %}

{% else %}
    {% if object.projected %}
  • {% trans "Expectation" %}
  • {% endif %}
  • {{ object.get_working_hours }}
  • {{ object.get_elapsed_time }}
  • {% if object.get_overtime_seconds > 0 %}
  • {{ object.get_overtime_time }}
  • {% endif %}
{% if object.content %}
{% if DATEBOOK_TEXT_MARKUP_RENDER_TEMPLATE %} {% include DATEBOOK_TEXT_MARKUP_RENDER_TEMPLATE with content=object.content %} {% else %} {{ object.content|linebreaks }} {% endif %}
{% else %}

{% trans "Empty content" %}

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