Files
web.ems/phpMyAdmin/templates/table/browse_foreigners/show_all.twig
2024-10-21 11:34:31 +08:00

6 lines
223 B
Twig

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