]> git.mxchange.org Git - mailer.git/blob - templates/de/html/select/select_network_unconfigured_option.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / select / select_network_unconfigured_option.tpl
1 <option value="$content[network_id]"$content[default]>
2         $content[network_title] ({%pipe,translateNetworkActivationStatus=$content[network_active]%}, {--ADMIN_NETWORK_REQUIRE_ID_CARD_SELECT--} -{%pipe,translateYesNo=$content[network_require_id_card]%}-, {--ADMIN_NETWORK_QUERY_AMOUNT_SELECT--} {%pipe,translateNetworkQueryAmount=$content[network_query_amount]%})
3 </option>