{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Providers list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Providers list{% endtrans %}
{% endif %} | {% if sortColumn == 'idProvider' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idProvider' %} {% if sortColumn == 'idProvider' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdProvider' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdProvider' %} {% if sortColumn == 'cdProvider' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbProvider' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider name'|trans({}, 'Admin') }} {% if sortColumn == 'lbProvider' %} {% if sortColumn == 'lbProvider' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'nbContractualPeriod' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Contract duration'|trans({}, 'Admin') }} {% if sortColumn == 'nbContractualPeriod' %} {% if sortColumn == 'nbContractualPeriod' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdProviderAccount' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider account number'|trans({}, 'Admin') }} {% if sortColumn == 'cdProviderAccount' %} {% if sortColumn == 'cdProviderAccount' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idNoticePeriod' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Notice period'|trans({}, 'Admin') }} {% if sortColumn == 'idNoticePeriod' %} {% if sortColumn == 'idNoticePeriod' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'carrierName' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Carrier name'|trans({}, 'Admin') }} {% if sortColumn == 'carrierName' %} {% if sortColumn == 'carrierName' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCountryProviderGroup' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider group'|trans({}, 'Admin') }} {% if sortColumn == 'idCountryProviderGroup' %} {% if sortColumn == 'idCountryProviderGroup' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCompanyType' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider type'|trans({}, 'Admin') }} {% if sortColumn == 'idCompanyType' %} {% if sortColumn == 'idCompanyType' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idBillingFrequency' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Billing frequency'|trans({}, 'Admin') }} {% if sortColumn == 'idBillingFrequency' %} {% if sortColumn == 'idBillingFrequency' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Currency'|trans({}, 'Admin') }} {% if sortColumn == 'idCurrency' %} {% if sortColumn == 'idCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Active'|trans({}, 'Admin') }} {% if sortColumn == 'blDeactivated' %} {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Create at'|trans({}, 'Admin') }} {% if sortColumn == 'dtCreate' %} {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Update at'|trans({}, 'Admin') }} {% if sortColumn == 'dtUpdate' %} {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_idProvider %}{{ Provider.idProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProvider'!='idHistory' and 'idProvider' in assocs|keys and Provider.idProvider is not null %} {% endif %} | {% block list_td_column_cdProvider %}{{ Provider.cdProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdProvider'!='idHistory' and 'cdProvider' in assocs|keys and Provider.cdProvider is not null %} {% endif %} | {% block list_td_column_lbProvider %}{{ Provider.lbProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbProvider'!='idHistory' and 'lbProvider' in assocs|keys and Provider.lbProvider is not null %} {% endif %} | {% block list_td_column_nbContractualPeriod %}{{ Provider.nbContractualPeriod }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbContractualPeriod'!='idHistory' and 'nbContractualPeriod' in assocs|keys and Provider.nbContractualPeriod is not null %} {% endif %} | {% block list_td_column_cdProviderAccount %}{{ Provider.cdProviderAccount }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdProviderAccount'!='idHistory' and 'cdProviderAccount' in assocs|keys and Provider.cdProviderAccount is not null %} {% endif %} | {% block list_td_column_idNoticePeriod %}{{ Provider.idNoticePeriod }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idNoticePeriod'!='idHistory' and 'idNoticePeriod' in assocs|keys and Provider.idNoticePeriod is not null %} {% endif %} | {% block list_td_column_carrierName %}{{ Provider.carrierName }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'carrierName'!='idHistory' and 'carrierName' in assocs|keys and Provider.carrierName is not null %} {% endif %} | {% block list_td_column_idCountryProviderGroup %}{{ Provider.idCountryProviderGroup }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCountryProviderGroup'!='idHistory' and 'idCountryProviderGroup' in assocs|keys and Provider.idCountryProviderGroup is not null %} {% endif %} | {% block list_td_column_idCompanyType %}{{ Provider.idCompanyType }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCompanyType'!='idHistory' and 'idCompanyType' in assocs|keys and Provider.idCompanyType is not null %} {% endif %} | {% block list_td_column_idBillingFrequency %}{{ Provider.idBillingFrequency }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBillingFrequency'!='idHistory' and 'idBillingFrequency' in assocs|keys and Provider.idBillingFrequency is not null %} {% endif %} | {% block list_td_column_idCurrency %}{{ Provider.idCurrency }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCurrency'!='idHistory' and 'idCurrency' in assocs|keys and Provider.idCurrency is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Provider.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Provider.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if Provider.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ Provider.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and Provider.dtCreate is not null %} {% endif %} | {% block list_td_column_dtUpdate %}{% if Provider.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ Provider.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and Provider.dtUpdate is not null %} {% endif %} | {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %}{% endif %} {% endblock %} |