{% extends 'layouts/layout.html' %} {% block page_body %}
{{ model.form_filters.hidden_tag() }}
{{ model.form_filters.active_only.label }} {{ model.form_filters.active_only() }} {% for error in model.form_filters.active_only.errors %}

{{ error }}

{% endfor %}
{% set block_id = 'buttons_table_default' %} {% include 'components/common/buttons/_buttons_save_cancel.html' %}
{% set is_blank_row = False %} {% for link in model.dog_command_links %} {% include 'components/dog/_row_dog_command_link.html' %} {% endfor %} {% set is_blank_row = True %} {% include 'components/dog/_row_dog_command_link.html' %} {% include 'components/common/temporary/_overlay_confirm.html' %} {% include 'components/common/temporary/_overlay_error.html' %} {% endblock %}