DESCRIPTION =
	"You can make a Bitcoin payment of any amount to any " \
	"of these addresses and it will be credited to your " \
	"account at the Canadian Bitcoins exchange rate within 5 " \
	"minutes of your transaction reaching 3 confirmations.".freeze

if @btc_addresses && !@btc_addresses.empty?
	field(
		var: "btc_addresses",
		type: "fixed",
		label: "Bitcoin Addresses",
		description: DESCRIPTION,
		value: @btc_addresses
	)
end
