{% extends "partial/layout.html.twig" %} {% block title %}{{ t("index_page_name", "Upload Files") }}{% endblock %} {% block description %}{{ t("index_meta_description", "Upload, share, track, manage your files in one simple to use file host.") }}{% endblock %} {% block keywords %}{{ t("index_meta_keywords", "upload, share, track, file, hosting, host") }}{% endblock %} {% block selected_navigation_link %}home{% endblock %} {% block body %}

{{ t('upload_share_and_manage_your_files_for_free', 'Upload, share and manage your files for free.') }}

{% if Auth.loggedIn() == true %} {% if UserHelper.getAllowedToUpload(Auth.package_id) == true %} {{ t('upload_account', 'Upload') }} {% endif %} {% elseif UserHelper.getAllowedToUpload(0) == true and SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {{ t('upload_account', 'Upload') }} {% endif %} {% if Auth.loggedIn() == false and SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {{ t('register_index_button', 'Register') }} {% endif %}

{{ t('store_and_manage_all_your_files', 'Store and manage all your files!') }}

{{ t("upload_multiple_files_at_once_and_keep_them", "Upload multiple files at once and keep them forever on this site. If you're using FireFox or Chrome, you can simply drag & drop your files to begin uploading.")|raw }}

{% if SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %}
{{ t('register_index_button', 'Register') }} » {% endif %}

{{ t('share_your_files_with_everyone', 'Share your files with everyone!') }}

{{ t('we_supply_you_with_all_the_tools_necessary_to_easily_share', 'We supply you with all the tools necessary to easily share your files. Use our pre-generated html code to link from your website or post directly to Facebook or Twitter.') }}

{% if SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %}
{{ t('register_index_button', 'Register') }} » {% endif %}

{{ t('fast_and_instant_downloading', 'Fast and instant downloading!') }}

{{ t("our_premium_members_benefit_from_no_waiting_time_and_direct", "Our premium members benefit from no waiting time and direct downloads for all of their files. Unlike other file hosts we don't limit the transfer speed of our downloads.") }}

{% if SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {{ t('register_index_button', 'Register') }} » {% endif %}

{{ t('safe_and_secure', 'Safe and Secure') }}

{{ t('safe_and_secure_description', 'Safely store and backup all your essential files. From family photos & videos to important documents, you can rely on us to store all your media securely and forever.') }}

{% if SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {{ t('register_index_button', 'Register') }} » {% endif %}

{{ t('register_index', 'What are you waiting for?') }}

{% if SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {{ t('register_index_button', 'Register') }} {% endif %}
{% endblock %}