= t("Add Photos to '%title'", array("title" => p::purify($item->title))) ?>
= t("Photos will be added to album:") ?>
foreach ($item->parents() as $parent): ?>
-
= p::purify($parent->title) ?>
endforeach ?>
-
= p::purify($item->title) ?>
= form::open(url::abs_site("server_add/start/$item->id"), array("method" => "post")) ?>
= access::csrf_form_field(); ?>
">
= form::close() ?>