{% set class_name = model.FLAG_ACTIVE %}
{% set attribute_text = '' %}
{% include 'components/common/buttons/_icon_add.html' %}
{% set is_blank_row = False %}
{% for link in model.command_button_links %}
{% include 'components/dog/_row_command_button_link.html' %}
{% endfor %}
{% set is_blank_row = True %}
{% include 'components/dog/_row_command_button_link.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' %}