{% if not config.disable_images %}
Allowed file types: {{ config.allowed_ext|join(', ') }}{% if config.allowed_ext_files %}, {{ config.allowed_ext_files|join(', ') }}{% endif %}
Max filesize is {{ config.max_filesize|filesize }}.
Max image dimensions are {{ config.max_height }} x {{ config.max_width }}.
You may upload {{ config.max_images }} per post.
{% endif %}
Confused? See the FAQ.