{{ availabilityIcon|raw }}

{{ server_label|length > 0 ? ta('manage', 'Manage "[[[SERVER_LABEL]]]"', {'SERVER_LABEL': server_label}) : ta('add_storage_server', 'Add Storage Server') }}

{{ msg_page_notifications|raw }} {% if resourceUsage %}
{% if resourceUsage['disk_primary_used_percent']|length > 0 %}
{{ ta('hd_usage', 'HD Usage') }}
{{ resourceUsage['disk_primary_used_percent'] }}%
{{ CoreHelper.formatSize(resourceUsage['disk_primary_used_bytes']) }} / {{ CoreHelper.formatSize(resourceUsage['disk_primary_total_bytes']) }}
{% endif %} {% if resourceUsage['memory_free_gb']|length > 0 %}
{{ ta('free_memory', 'Free Memory') }}
{{ resourceUsage['memory_free_gb'] }} GB
{{ ta('available', 'Available') }}: {{ resourceUsage['memory_total_gb'] }} GB
{% endif %} {% if resourceUsage['network_total_connections']|length > 0 %}
{{ ta('network_connections', 'Network Connections') }}
{{ resourceUsage['network_total_connections'] }}
{{ ta('total_active', 'Total active') }}
{% endif %} {% if resourceUsage['cpu_load_1_minute']|length > 0 %}
{{ ta('cpu_load', 'CPU Load') }}
{{ resourceUsage['cpu_load_1_minute'] }}
{{ resourceUsage['cpu_load_change'] < 0 ? resourceUsage['cpu_load_change'] * -1 : resourceUsage['cpu_load_change'] }}% {{ ta('last_15_minutes', 'last 15 minutes') }}
{% endif %} {% if resourceUsage['cpu_count']|length > 0 %}
{{ ta('cpu_count', 'CPU Count') }}
{{ resourceUsage['cpu_count'] }}
{{ ta('total_current', 'Total current') }}
{% endif %}
{{ ta('last_updated', 'Last Updated') }}
{{ CoreHelper.formatDate(resourceUsage['date_created'], 'g:ia') }}
{{ CoreHelper.formatDate(resourceUsage['date_created'], 'jS M Y') }}
{% endif %}

{{ ta('server_details', 'Server Details') }}:

{{ ta('use_the_form_below_to_add_editfile_server_details', 'Use the form below to [[[FORM_TYPE]]] file server details.', {'FORM_TYPE': formType}) }}

{{ ta('for_your_own_internal_reference', 'For your own internal reference only.') }}

{{ ta('cdn_support', 'CDN Support') }}:

{{ ta('you_can_use_content_delivery_networks_to_handle_image_previews', 'You can use Content Delivery Networks (CDNs) such as Akamai to handle image previews, file icons and other static assets. File downloads can not be handled by CDNs however users will see a big performance improvement using the file manager if this is set.') }}

{{ ta('cdns_work_by_caching_a_copy_of_the_requested_file_on_their_own_servers/', 'CDNs work by caching a copy of the requested file on their own servers, then sending that to the user from a server closer to their physical location.') }}

{{ ta('ensure_youve_pointed_the_cdn_url_at_this_file_server_url', 'Ensure you\'ve pointed the CDN url at this file server url. Exclude the https or http in the url. For Flysystem type servers this should be the main domain name of your site. Leave blank to disable.') }}

{{ ta('storage_options', 'Storage Options') }}:

 {{ ta('bytes', 'bytes') }}. {{ ta('use_zero_for_unlimited', 'Use zero for unlimited.') }}
 {{ ta('a_number_in_order_from_lowest_zero_to_ignore', 'A number. In order from lowest. 0 to ignore.

- Use for multiple servers when others are full. So when server with priority of 1 is full, server
with priority of 2 will be used next for new uploads. 3 next and so on. "Server selection method"
must be set to "Until Full" to enable this functionality.')|raw }}

{{ ta("geo_targetting", "Geo Targeting") }}:

{{ ta('target_storage_servers_for_specific_countries', 'Target storage servers for specific countries. Any countries selected below will use this server for uploads. To use this server for all countries, ensure nothing is selected below.') }}

{{ ta('hold_ctrl_and_click_to_select_multiple_countries', 'Hold ctrl & click to select multiple or clear selected.') }}

{{ ta("account_type_targetting", "Account Type Targeting") }}{{ ta("account_type_targetting", "Account Type Targeting") }}:

{{ ta('target_storage_servers_for_specific_account_types', 'Target storage servers for specific account types. Any account types selected below will use this server for uploads. To use this server for all types, ensure nothing is selected below.') }}

{{ ta('hold_ctrl_and_click_to_select_multiple_upload_types', 'Hold ctrl & click to select multiple or clear selected.') }}