{% 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 %}

{% endblock %} {{ block('actionsmenu') }}
{% block list_scopes %} {% endblock %} {% block form_batch_actions %} {% endblock %} {% block list_thead %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% endblock %} {% block list_tbody %} {% if LinkFunctions|length > 0 %} {% for LinkFunction in LinkFunctions %} {% if 1 %} {% set oddclass=(loop.index0 % 2 == 0 ?'ginaodd':'ginaeven') %}{% block list_row %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% endif %} {% endblock %} {% endif %} {% endfor %} {% endif %} {% endblock %}
{% 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 %} {% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% 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 %}
{% if LinkFunctions|length == 0 %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% endif %}
{% block list_batch_actions %} {% if isMulti is defined and isMulti==1 %}
{% endif %} {% endblock %}
{% block list_paginator %} {% endblock %}
{% block endform_batch_actions %} {% endblock %}
{% block filters %} {% endblock %} {% block preferences %} {% endblock %} {% endblock %} {% block actionsmenu %}
{% block contentactionsmenu %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% block list_actions %} {% if isMulti is not defined or isMulti!=1 %} {% endif %} {% endblock %} {% endif %} {% if (isSelect is defined and isSelect==1) or (isMulti is defined and isMulti==1) %} {% endif %} {% endblock %}
{% endblock %}