{% extends "datebook/base.html" %} {% load i18n %} {% block head_base_js %}{{ block.super }} {% endblock %} {% block datebook_container_css_classes %} large-row-fluid{% endblock %} {% block datebook_content %}
{% trans "Vacation" %}
{% else %} {% comment %}{{ day.entry.get_working_hours }} {{ day.entry.get_elapsed_time }}
{% endcomment %}{% trans "Empty content" %}
{% endif %} {% endif %} {% else %} {% url 'datebook-author-day-add' author=author year=datebook.period.year month=datebook.period.month day=day.date.day as add_url %}{% blocktrans with add_url=add_url %}There is no entry yet, add one{% endblocktrans %}
{% endif %}