Current Rows
ID
Name
Age
{% for user in users %}
{{ user.id }}
{{ user.name }}
{{ user.age }}
{% endfor %}
Delete a Row
ID: