{{ object.item_label }}

{{ object.debug_content|raw }}
{# Partial block print_view - rendered alone on the print view #} {% block print_view %} {% if object.records_count > 0 %} {% for i in range(0, object.records_count - 1) %} {% endfor %}
film_id {{ object.film_id[ loop.index0 ]|replace({'[|]': ' '}) }}
category_id {{ object.category_id[ loop.index0 ]|replace({'[|]': ' '}) }}
last_update {{ toDate(object.last_update[ loop.index0 ], 'dd MMMM yyyy H:m a')|raw }}
{% endif %} {% endblock print_view %} {# END Partial block print_view - rendered alone on the print view #}
{{ constant('EXPORT') }} / {{ constant('PRINT') }}