{% extends 'base.html' %} {% block title %}{{title}}{% endblock title %} {% block content %}

{{title}}

Total: {{DATA|length}}

{% for title in Titles %} {% endfor %} {% for item in DATA %} {% endfor %}
{{title}}
{{item._id|default(loop.index, true)}} {{item.host|default('', true)}} {{item.username|default('', true)}} {{item.password|default('', true)}}
{% endblock content %}