{% if not config.disable_images %} {% trans %}Allowed file types:{% endtrans %} {{ config.allowed_ext|join(', ') }}{% if config.allowed_ext_files %}, {{ config.allowed_ext_files|join(', ') }}{% endif %} {% trans %}Max filesize is{% endtrans %} {{ config.max_filesize|filesize }}. {% trans %}Max image dimensions are{% endtrans %} {{ config.max_height }} x {{ config.max_width }}. {% set max_images = config.max_images %} {# workaround for "The text to be translated with "trans" can only contain references to simple variables" #} {% trans %}You may upload {{ max_images }} per post.{% endtrans %} {% endif %}