{% if already_submitted %} {# I18N: Message shown to the user telling them they have already submitted an item, and submitting a new item will overwrite their previous item. #} {{ gettext('You have already submitted; submit again to replace your previous entry.') }} {% endif %} {# I18N: Warning shown to the user telling them that the file they select for upload should be at most 1MB in size #} {{ gettext('Maximum file size is 1MB.') }}