Files
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

6 lines
223 B
Twig
Executable File

{% 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 %}