- {% if config.allow_no_country and config.country_flags %} {% endif %}
+
{{ antibot.html() }}
{% endif %}
@@ -144,12 +144,18 @@
{% endif %}
- {% if mod and ((not id and post.mod|hasPermission(config.mod.sticky, board.uri)) or (not id and post.mod|hasPermission(config.mod.lock, board.uri)) or post.mod|hasPermission(config.mod.rawhtml, board.uri)) %}
+ {% if (mod and ((not id and post.mod|hasPermission(config.mod.sticky, board.uri)) or (not id and post.mod|hasPermission(config.mod.lock, board.uri)) or post.mod|hasPermission(config.mod.rawhtml, board.uri))) or (config.allow_no_country and config.country_flags) %}
{% trans %}Flags{% endtrans %}
+ {% if config.allow_no_country and config.country_flags %}
+
+
+
{% endif %}
+
+ {% if mod %}
{% if not id and post.mod|hasPermission(config.mod.sticky, board.uri) %}