{% extends "base.html" %} {% block contenido %} {% from "reportes/report_macros.html" import smart_select_field %}
{%- if TESTING -%}
{%- endif -%}

{{ _("Nueva Importación") }}

{{ smart_select_field("Compañía", "company_id", "company", "", "import-company", 1) }}
{{ smart_select_field("Serie / Secuencia", "sequence_id", "naming_series", "", "import-sequence", 1, {"company": {"selector": "#import-company"}, "entity_type": {"selector": "#import-entity-type"}}, ["#import-company", "#import-entity-type"], ["company", "entity_type"]) }}
{{ _("Cancelar") }}
{% endblock %}