{include file="common/head.tpl.html" html5=true}
{help->link name="admin_billing_sepa_main" class="help-fieldset" ext="relative"}
{$lang.optionen_billing_general}
{$lang.billing_label_sepa_creditor_name}: {html->input_text name="creditor_name" id="creditor_name" size="30" value=$creditor_name}
{$lang.billing_label_sepa_creditor_iban}: {html->input_text name="creditor_iban" id="creditor_iban" size="30" value=$creditor_iban}
{$lang.billing_label_sepa_creditor_bic}: {html->input_text name="creditor_bic" id="creditor_bic" size="30" value=$creditor_bic}
{$lang.billing_label_sepa_creditor_id}: {html->input_text name="creditor_id" id="creditor_id" size="30" value=$creditor_id}
 
{help->link name="admin_billing_sepa_dd" class="help-fieldset" ext="relative"}
{$lang.billing_label_sepa_dd}
{$lang.clientaccounts_label_payment_type}: {controls->select_multiple name="payment_type_dd" value=$payment_type_dd options=$payment_types listsave=1}
{$lang.billing_label_sepa_collectionDate_advance}: {controls->select_single name="collectionDate_advance_dd" value=$collectionDate_advance_dd output="0,1,2,3,4,5,6,7"}
{$lang.billing_label_sepa_dd_type}: {controls->select_single name="type_dd" value=$type_dd output="`$lang.billing_label_sepa_dd_type_core`,`$lang.billing_label_sepa_dd_type_b2b`,`$lang.billing_label_sepa_dd_type_cor1`" values="CORE,B2B,COR1"}
{$lang.billing_label_sepa_dd_grouping}: {controls->select_single name="grouping_dd" value=$grouping_dd output="`$lang.billing_label_sepa_dd_grouping_single`,`$lang.billing_label_sepa_dd_grouping_multi`" values="single,multiple"}
 
{help->link name="admin_billing_sepa_ct" class="help-fieldset" ext="relative"}
{$lang.billing_label_sepa_ct}
{$lang.clientaccounts_label_payment_type}: {controls->select_multiple name="payment_type_ct" value=$payment_type_ct options=$payment_types listsave=1}
{$lang.billing_label_sepa_collectionDate_advance}: {controls->select_single name="collectionDate_advance_ct" value=$collectionDate_advance_ct output="0,1,2,3,4,5,6,7"}
{$lang.billing_label_sepa_dd_grouping}: {controls->select_single name="grouping_ct" value=$grouping_ct output="`$lang.billing_label_sepa_ct_grouping_single`,`$lang.billing_label_sepa_ct_grouping_multi`" values="single,multiple"}
 
{include file="common/foot.tpl.html"}