{% if object.records_count > 0 %}
{{ object.select_number_per_page|raw }}

{% endif %}
{% if object.can_create == true %} {{ constant('ADD_NEW') }} {% endif %}
{% set search_value = '' %} {% if attribute(session.rp_search_string, object.table) is defined %} {% set search_value = attribute(session.rp_search_string, object.table) %} {% endif %}
{# Partial block list - rendered alone on the research results #} {% block object_list %}
{% if object.records_count > 0 %}
{% if constant('ADMIN_ACTION_BUTTONS_POSITION') == 'left' %} {% endif %} {% if constant('ADMIN_ACTION_BUTTONS_POSITION') == 'right' %} {% endif %} {% for i in range(0, object.records_count - 1) %} {% if constant('ADMIN_ACTION_BUTTONS_POSITION') == 'left' %} {% endif %} {% if constant('ADMIN_ACTION_BUTTONS_POSITION') == 'right' %} {% endif %} {% endfor %}
{{ constant('ACTION_CONST') }}{{ object.fields.tv_information_jour }} {{ object.fields.tv_information_site }} {{ object.fields.tv_id_video }}
{% if object.pk[loop.index0] in object.authorized_update_pk %} {% endif %} {% if object.can_create == true %} {% endif %}
{% if object.pk[loop.index0] in object.authorized_update_pk %} {{ object.tv_information_jour[ loop.index0 ] }} {% else %} {{ object.tv_information_jour[ loop.index0 ] }} {% endif %} {% if object.pk[loop.index0] in object.authorized_update_pk %} {{ object.tv_information_site[ loop.index0 ] }} {% else %} {{ object.tv_information_site[ loop.index0 ] }} {% endif %} {% if object.pk[loop.index0] in object.authorized_update_pk %} {{ object.tv_id_video[ loop.index0 ] }} {% else %} {{ object.tv_id_video[ loop.index0 ] }} {% endif %}
{% if object.pk[loop.index0] in object.authorized_update_pk %} {% endif %} {% if object.can_create == true %} {% endif %}
{% else %}

{{ alert(constant('NO_RECORD_FOUND'), 'alert-info has-icon')|raw }}

{% endif %}
{% endblock object_list %} {# END Partial block - rendered alone on the research results #}