25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
223 B

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