<tr><th>{% trans %}/pol/-style user flags{% endtrans %}<br><spanclass="unimportant">Enabling this disables country flags<br>Make sure to actually upload some first!</span></th><td><inputtype="checkbox"name="user_flags"{%ifconfig.user_flag%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Forced anonymous{% endtrans %}</th><td><inputtype="checkbox"name="field_disable_name"{%ifconfig.field_disable_name%}checked{%endif%}></td></tr>
<tr><th>{% trans %}YouTube/Voocaroo embedding{% endtrans %}</th><td><inputtype="checkbox"name="enable_embedding"{%ifconfig.enable_embedding%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Require image for OP{% endtrans %}</th><td><inputtype="checkbox"name="force_image_op"{%ifconfig.force_image_op%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Require subject for OP{% endtrans %}</th><td><inputtype="checkbox"name="force_subject_op"{%ifconfig.force_subject_op%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Disable images{% endtrans %}</th><td><inputtype="checkbox"name="disable_images"{%ifconfig.disable_images%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Poster ID's{% endtrans %}</th><td><inputtype="checkbox"name="poster_ids"{%ifconfig.poster_ids%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Display SAGE! after saged posts{% endtrans %}</th><td><inputtype="checkbox"name="show_sages"{%ifconfig.show_sages%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Automatically convert ... to …{% endtrans %}</th><td><inputtype="checkbox"name="auto_unicode"{%ifconfig.auto_unicode%}checked{%endif%}></td></tr>
<tr><th>{% trans %}No index{% endtrans %}<br><spanclass="unimportant">{% trans %}Hide from boards index<br/>and do not index in search engines{% endtrans %}</span></th><td><inputtype="checkbox"name="meta_noindex"{%ifnotboard.indexed%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Archive my board on 8archive.moe{% endtrans %}<br><spanclass="unimportant">{% trans %}This archives your board on 8archive.moe if you opt in{% endtrans %}</span></th><td><inputtype="checkbox"name="8archive"{%ifboard['8archive']%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Public bans{% endtrans %}<br><spanclass="unimportant">{% trans %}Displays your bans for the public{% endtrans %}</span></th><td><inputtype="checkbox"name="public_bans"{%ifboard.public_bans%}checked{%endif%}></td></tr>
<tr><th>{% trans %}[code] tags{% endtrans %}</th><td><inputtype="checkbox"name="code_tags"{%if'js/code_tags/run_prettify.js'inconfig.additional_javascript%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Oekaki{% endtrans %}</th><td><inputtype="checkbox"name="oekaki"{%if'js/wpaint.js'inconfig.additional_javascript%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Format math between [tex]{% endtrans %}</th><td><inputtype="checkbox"name="katex"{%ifconfig.katex%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Allow SWF uploading{% endtrans %}</th><td><inputtype="checkbox"name="allow_flash"{%if'swf'inconfig.allowed_ext_files%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Allow PDF uploading{% endtrans %}</th><td><inputtype="checkbox"name="allow_pdf"{%if'pdf'inconfig.allowed_ext_files%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Enable dice rolling{% endtrans %}</th><td><inputtype="checkbox"name="allow_roll"{%ifconfig.allow_roll%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Don't allow users to repost images{% endtrans %}</th><td><inputtype="checkbox"name="image_reject_repost"{%ifconfig.image_reject_repost%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Allow a poster to delete his own posts{% endtrans %}</th><td><inputtype="checkbox"name="allow_delete"{%ifconfig.allow_delete%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Enable CAPTCHA{% endtrans %}<br/><spanclass="unimportant">This is not ReCAPTCHA, it is custom to 8chan</span></th><td><inputtype="checkbox"name="captcha"{%ifconfig.captcha.enabled%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Language{% endtrans %}<br/><spanclass="unimportant">{% trans %}To contribute translations, register at <ahref="https://www.transifex.com/projects/p/tinyboard-vichan-devel/">Transifex</a>{% endtrans %}</span></th><td>
<tr><th>{% trans %}Max images per post{% endtrans %}</th><td><selectname="max_images">{% for i in 1..5 %}<optionvalue="{{ i }}"{%ifconfig.max_images ==i%}selected{%endif%}>{{ i }}</option>{% endfor %}</select></td></tr>
<tr><thcolspan="2"><strong>{% trans %}Spam settings{% endtrans %}</strong></th></tr>
<tr><th>{% trans %}Early 404{% endtrans %}<br><spanclass="unimportant">With this enabled, threads with less than 10 replies will 404 at page 5 instead of at page 15.<br>In effect, this makes it so that raiders have to put 10 replies in all their threads to slide an entire board.</span></th><td><inputtype="checkbox"name="early_404"{%ifconfig.early_404%}checked{%endif%}></td></tr>
<tr><th>{% trans %}Max threads per hour board-wide{% endtrans %}<br><spanclass="unimportant">Only allow X threads to be made per hour, regardless of poster<br>If a thread is deleted, it's not counted</span></th><td><selectname="hour_max_threads"><optionvalue="none">none</option>{% for i in ['10', '25', '50', '100'] %}<optionvalue="{{ i }}"{%ifconfig.hour_max_threads ==i%}selected{%endif%}>{{ i }}</option>{% endfor %}</select></td></tr>
<tr><th>{% trans %}Default poster name{% endtrans %}</th><td><inputtype="text"name="anonymous"value="{{config.anonymous|e}}"></td></tr>
<tr><th>{% trans %}Board announcement{% endtrans %}</th><td><inputtype="text"name="blotter"value="{{config.blotter|e}}"size="75"></td></tr>
<tr><th>{% trans %}Rules{% endtrans %}<br/><spanclass="unimportant">{% trans %}Allowed tags:{% endtrans %} p li ol ul strong em u h2<br/>{% trans %}Rules will appear at:{% endtrans %} <ahref="/{{board.uri}}/rules.html">https://8chan.co/{{board.uri}}/rules.html</a></span></th><td><textareaname="rules"style="height:100px;width:500px">{{rules}}</textarea></td><tr>
<tr><th>{% trans %}Stylesheet{% endtrans %}<br/><spanclass="unimportant">{% trans %}note: does not validate CSS{% endtrans %}</span></th><td><textareaname="css"style="height:100px;width:500px">{{css}}</textarea></td><tr>
<li><inputname="delete"onclick="return confirm({% trans 'Are you sure you want to permanently delete this board?' %});"type="submit"value="{% trans 'Delete board' %}"></li>