選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- {% 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 %}
|