{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Link functions list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Link functions list{% endtrans %}
{% endif %} | {% if sortColumn == 'idLinkFunction' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idLinkFunction' %} {% if sortColumn == 'idLinkFunction' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdLinkFunction' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Link Function Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdLinkFunction' %} {% if sortColumn == 'cdLinkFunction' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbLinkFunction' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Link Function Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbLinkFunction' %} {% if sortColumn == 'lbLinkFunction' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idLinkFunctionType' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Link Function Type'|trans({}, 'Admin') }} {% if sortColumn == 'idLinkFunctionType' %} {% if sortColumn == 'idLinkFunctionType' 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 isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_idLinkFunction %}{{ LinkFunction.idLinkFunction }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idLinkFunction'!='idHistory' and 'idLinkFunction' in assocs|keys and LinkFunction.idLinkFunction is not null %} {% endif %} | {% block list_td_column_cdLinkFunction %}{{ LinkFunction.cdLinkFunction }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdLinkFunction'!='idHistory' and 'cdLinkFunction' in assocs|keys and LinkFunction.cdLinkFunction is not null %} {% endif %} | {% block list_td_column_lbLinkFunction %}{{ LinkFunction.lbLinkFunction }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbLinkFunction'!='idHistory' and 'lbLinkFunction' in assocs|keys and LinkFunction.lbLinkFunction is not null %} {% endif %} | {% block list_td_column_idLinkFunctionType %}{{ LinkFunction.idLinkFunctionType }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idLinkFunctionType'!='idHistory' and 'idLinkFunctionType' in assocs|keys and LinkFunction.idLinkFunctionType is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if LinkFunction.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and LinkFunction.blDeactivated 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 %} |