{% extends "_layouts/basecp" %}
{% includecssresource "css/cp.css" first %}
{% includeTranslations
"(blank)",
"1 update available",
"Actions",
"Apply this to the {number} remaining conflicts?",
"An unknown error occurred.",
"Any changes will be lost if you leave this page.",
"Are you sure you want to delete “{name}”?",
"Are you sure you want to transfer your license to this domain?",
"Buy {name}",
"Cancel",
"Choose a user",
"Choose which table columns should be visible for this source, and in which order.",
"Close",
"Close Live Preview",
"Continue",
"Couldn’t delete “{name}”.",
"Couldn’t save new order.",
"Create",
"day",
"days",
"Delete folder",
"Delete heading",
"Delete it",
"Delete user",
"Delete users",
"Delete",
"Display as thumbnails",
"Display in a table",
"Done",
"Enter the name of the folder",
"Enter your password to continue.",
"Enter your password to log back in.",
"Failed task",
"Failed",
"Handle",
"Heading",
"Hide sidebar",
"hour",
"hours",
"Incorrect password.",
"Instructions",
"Keep me logged in",
"License transferred.",
"Log out now",
"Login",
"minute",
"minutes",
"More",
"Move",
"Name",
"New category",
"New child",
"New entry",
"New heading",
"New order saved.",
"New position saved.",
"New subfolder",
"New {group} category",
"New {section} entry",
"Options",
"Password",
"Pay {price}",
"Pending",
"Really delete folder “{folder}”?",
"Remove",
"Rename folder",
"Reorder",
"Save",
"Score",
"Search in subfolders",
"second",
"seconds",
"Select transform",
"Select",
"Settings",
"Show sidebar",
"Show/hide children",
"Sort by {attribute}",
"Source settings saved",
"Structure",
"Submit",
"Table Columns",
"This can be left blank if you just want an unlabeled separator.",
"Transfer it to:",
"Try again",
"Upload failed for {filename}",
"Upload files",
"week",
"weeks",
"What do you want to do with their content?",
"What do you want to do?",
"Your session has ended.",
"Your session will expire in {time}.",
"{ctrl}C to copy.",
"{num} updates available",
"“{name}” deleted."
%}
{% includejs 'Craft.cp.setTaskInfo('~craft.tasks.getTaskInfo()|json_encode|raw~', false);' %}
{% if craft.tasks.isTaskRunning() %}
{% includejs 'Craft.cp.trackTaskProgress(true);' %}
{% elseif craft.tasks.areTasksPending() %}
{% includejs 'Craft.cp.runPendingTasks();' %}
{% endif %}
{% set forceConfirmUnload = craft.session.hasFlash('error') %}
{% set fullPageForm = (fullPageForm is defined and fullPageForm) %}
{% if fullPageForm and extraPageHeaderHtml is not defined %}
{% set extraPageHeaderHtml %}
{%- spaceless %}
{% block saveButton %}
{% endblock %}
{% endspaceless -%}
{% endset %}
{% endif %}
{% set containerAttributes %}
{%- block containerAttributes -%}
id="container" {% if fullPageForm -%}
method="post" accept-charset="UTF-8" data-saveshortcut{% if saveShortcutRedirect is defined %} data-saveshortcut-redirect="{{ saveShortcutRedirect }}"{% endif %} data-confirm-unload
{%- endif %}
{%- endblock -%}
{% endset %}
{% block body %}