The version of vichan running on lainchan.org
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.

16 lines
434B

  1. <table class='fileboard'>
  2. <tr>
  3. <th>&nbsp; <!-- checkbox -->
  4. <th>{% trans %}No.{% endtrans %}
  5. <th>{% trans %}Name{% endtrans %}
  6. <th>{% trans %}File{% endtrans %}
  7. <th>{% trans %}Tag{% endtrans %}
  8. <th>{% trans %}Subject{% endtrans %}
  9. <th>{% trans %}Size{% endtrans %}
  10. <th>{% trans %}Date{% endtrans %}
  11. <th>{% trans %}Replies{% endtrans %}
  12. <th>&nbsp; <!-- reply -->
  13. </tr>
  14. {{ body }}
  15. </table>