{% extends "datebook/base.html" %} {% load i18n %} {% comment %}{% block head_base_js %}{{ block.super }} {% endblock %}{% endcomment %} {% block datebook_container_css_classes %} large-row-fluid{% endblock %} {% block datebook_content %}
Vacation
{% else %}{{ day.entry.get_working_hours }}
{% if day.entry.content %}Empty content
{% endif %} {% comment %}{{ day.entry.get_elapsed_time }}
{% endcomment %} {% endif %} {% else %}There is no entry yet, add one
{% endif %}