{% extends template %}
{% load staticfiles i18n %}
{% block content %}
{% if error_message %}
{{error_message}}
{% endif %}
{% 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 %}
{% endif %}
{% endblock javascript %}
{% block stylesheets %}
{% if is_inner == False %}
{% endif %}
{% endblock stylesheets %}
{% block ng_app_name %}{% endblock ng_app_name %}