You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {% 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 %}
|