{% extends template %} {% load staticfiles i18n pipeline %} {% block content %} {{error_message}}
{% if is_inner == False %} {% include 'client_header_info/client_header_info.html' %} {% endif %}
{% trans 'antares.apps.obligation.templates.panel.type' %} {% trans 'antares.apps.obligation.templates.panel.concept_type' %} {% trans 'antares.apps.obligation.templates.panel.period' %} {% trans 'antares.apps.obligation.templates.panel.due_date' %} {% trans 'antares.apps.obligation.templates.panel.status' %} {% trans 'antares.apps.obligation.templates.panel.actions' %}
{% trans 'antares.apps.obligation.templates.panel.type' %} {% trans 'antares.apps.obligation.templates.panel.concept_type' %} {% trans 'antares.apps.obligation.templates.panel.period' %} {% trans 'antares.apps.obligation.templates.panel.due_date' %} {% trans 'antares.apps.obligation.templates.panel.compliance_date' %} {% trans 'antares.apps.obligation.templates.panel.status' %} {% trans 'antares.apps.obligation.templates.panel.actions' %}
{% endblock %} {% block javascript %} {% if is_inner == False %} {% javascript 'datatables_js' %} {% endif %} {% javascript 'obligation_panel_js' %} {% endblock javascript %} {% block stylesheets %} {% if is_inner == False %} {% stylesheet 'datatables_css' %} {% endif %} {% endblock stylesheets %} {% block ng_app_name %}{% endblock ng_app_name %}