List:
{% for f in stocks_settings.symbols %}
- {{f}}
{% endfor%}
List:
{% for f in crypto_settings.symbols %}
- {{f}}
{% endfor%}
List:
{% for f in forex_settings.symbols %}
- {{f}}
{% endfor%}
List:
{% for f in current_weather.locations.keys() %}
- {{f}}
{% endfor%}
List:
{% for f in daily_weather.locations.keys() %}
- {{f}}
{% endfor%}
Or
List:
{% for f in news_settings.sources %}
- {{f}}
{% endfor%}
List:
{% for f in upcoming_games.leagues.keys() %}
- {{f}}
{% endfor%}
List:
{% for f in past_games.leagues.keys() %}
- {{f}}
{% endfor%}
List:
{% for f in live_games.leagues.keys() %}
- {{f}}
{% endfor%}
List:
{% for f in team_stats.leagues.keys() %}
- {{f}}
{% endfor%}
List:
{% for f in image_settings.images %}
- {{f}}
{% endfor%}
List:
{% for f in GIF_settings.images %}
- {{f}}
{% endfor%}
List:
{% for f in message_settings.messages %}
- {{f.name}}
{% endfor%}