{% set class_name = model.FLAG_ACTIVE %}
{% set attribute_text = '' %}
{% include 'components/common/buttons/_icon_add.html' %}
#}
{% set is_blank_row = False %}
{% for calendar_entry in model.calendar_entries %}
{% include 'components/dog/_row_calendar_entry.html' %}
{% endfor %}
{% set is_blank_row = True %}
{% include 'components/dog/_row_calendar_entry.html' %}
{% include 'components/common/temporary/_overlay_confirm.html' %}
{% include 'components/common/temporary/_overlay_error.html' %}
{% set class_name = '' %}
{% include 'components/common/buttons/_icon_trash.html' %}
{% set class_name = model.FLAG_ACTIVE %}
{% set attribute_text = '' %}
{% include 'components/common/buttons/_icon_add.html' %}