blob: 4de9b8163881f41b5ebc6adb92c402c9af47d3cb (
plain)
1
2
3
4
5
|
{% 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 %}
|