{% 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 %}{% trans "Empty content" %}
{% endif %} {% endif %} {% else %} {% if user == author or user.is_superuser or perms.datebook.add_dayentry %} {% url 'datebook: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 it{% endblocktrans %}
{% else %}{% blocktrans %}There is no entry yet{% endblocktrans %}
{% endif %} {% endif %}