{{ block('title') }}
{{ ta('download_pages', 'Download Pages') }}
{{ ta('download_pages_introduction', 'Use this section to manage which pages your users see when they request a file download. Set 1 or more pages depending on user type. If a user type doesn\'t have any pages, the file will be downloaded directly. Some pages support countdown timers which you can also define here. If you manually add new pages, as long as the filename starts _download_page_ it will appear here.') }}
| {{ ta('user_level_page', 'User Level / Page') }} | {{ ta('download_page', 'Download Page') }} | {{ ta('file_type_limit', 'File Types') }} | {{ ta('actions', 'Actions') }} | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ta('admin_loading_data', 'Loading data...') }} | |||||||||||||||||||
{{ ta('customising_download_pages_title', 'Customising Download Pages') }}
{{ ta('customising_download_pages_description', 'If you create any custom download pages, ensure you use the following Twig template code to create the link to the next download page:[[[DOWNLOAD_PAGE_LINK]]]
Use this on any \'next\' links or buttons for every download page you create. See compare_all.twig.html source code for an example.', {'DOWNLOAD_PAGE_LINK': '{{ file.getNextDownloadPageLink() }}'|escape})|raw }}