Files
GseTDDUebungKCLR/database/phpMyAdmin/templates/table/browse_foreigners/show_all.twig
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

6 lines
249 B
Twig

{% if foreign_data.disp_row is iterable and
(show_all and foreign_data.the_total > max_rows) %}
<input class="btn btn-secondary" type="submit" id="foreign_showAll" name="foreign_showAll" value="
{%- trans 'Show all' %}">
{% endif %}