<tr><th>No index<br><spanclass="unimportant">Hide from boards index<br/>and do not index in search engines</span></th><td><inputtype="checkbox"name="meta_noindex"{%ifnotboard_indexed%}checked{%endif%}></td></tr>
<tr><th>Public bans<br><spanclass="unimportant">Displays your bans for the public</span></th><td><inputtype="checkbox"name="public_bans"{%ifboard.public_bans%}checked{%endif%}></td></tr>
<optionvalue="{{ language }}"{%iflocale ==config.locale%}selected{%endif%}>{{ language }}</option>
{% endfor %}
</select>
</td></tr>
<tr><th>Max images per post</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><th>Rules<br/><spanclass="unimportant">Allowed tags: p li ol ul strong em u h2<br/>Rules will appear at: <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>Stylesheet<br/><spanclass="unimportant">note: does not validate CSS</span></th><td><textareaname="css"style="height:100px;width:500px">{{css}}</textarea></td><tr>
<li><inputtype="button"value="{% trans 'Add another wordfilter' %}"id="wf_add"></li>
<li><inputtype="submit"value="{% trans 'Save changes' %}"></li>
{#
{% if mod|hasPermission(config.mod.deleteboard) %}
<li><inputname="delete"onclick="return confirm('Are you sure you want to permanently delete this board?');"type="submit"value="{% trans 'Delete board' %}"></li>