{% if num_lists %}

Authentication successful!

Please select the Trello list to post notifications to:

{% csrf_token %}
{% if form.board_list_id.errors %}
{{ form.board_list_id.errors|join:"" }}
{% endif %}
{% else %}

Could not find any boards with lists in your Trello account. Are you logged in the correct Trello account?

{% endif %}