{% if not config.field_disable_name or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
- {% trans %}Name{% endtrans %}
+ {% trans %}Name{% endtrans %} {% trans %}(optional){% endtrans %}
{{ antibot.html() }}
@@ -21,7 +21,7 @@
{% endif %}
{% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
- {% trans %}Email{% endtrans %}
+ {% trans %}Email{% endtrans %} {% trans %}(optional){% endtrans %}
{{ antibot.html() }}
@@ -36,19 +36,19 @@
{% endif %}
{{ antibot.html() }}
{% if not (not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %}
- {% if config.spoiler_images %} {% endif %}
+
{% endif %}
{{ antibot.html() }}
{% endif %}
{% if not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
- {% trans %}Subject{% endtrans %}
+ {% trans %}Subject{% endtrans %} {% if not config.force_subject_op or id %}{% trans %}(optional){% endtrans %}{% endif %}
{{ antibot.html() }}