{% extends 'base.html.twig' %} {% block title %}{{ "title_unsettled_sentence_list"|trans }}{% endblock %} {% block body %}
{{ 'title_count'|trans }}: {{ count }}
{% if pagination[0].directory is not defined %}{% set nodirectorylink = true %}{% endif %} {% set slicelimit = (limit is defined)? limit : null %} {% set counter = 0 %} {% if pagination|length > 0 %}| {% trans %}title_name{% endtrans %} | {% trans %}title_missing{% endtrans %} | {% trans %}title_date{% endtrans %} | {% if noaction is not defined %}{% trans %}tooltip_view{% endtrans %} | {% endif %}
|---|
{% trans %}no_data{% endtrans %}
{% endif %}