{% if not error %}
{% for data in db_list %} {% endfor %}
ID name 状态
{{data.id}} {{data.name}}  
{% else %}

{{error}}

{% endif %}