{% import 'components/config/editable_config.html' as m_editable_config %} {% macro config_currency_card(config_symbols, crypto_currency, symbol_list, full_symbol_list, add_class='', no_select=False, additional_classes="", symbol="") -%}
{{crypto_currency}}
Can't find image for {{ crypto_currency }} :(

{{ m_editable_config.editable_key( config_symbols, crypto_currency, "crypto-currencies_" + crypto_currency, "global_config", config_symbols[crypto_currency]['pairs'] if crypto_currency in config_symbols else [], config_symbols[crypto_currency]['pairs'] if crypto_currency in config_symbols else [], symbol_list, no_select, identifier=crypto_currency, placeholder_str="Select trading pair(s)") }}

{%- endmacro %}