Current Rows

{% for user in users %} {% endfor %}
IDNameAge
{{ user.id }}{{ user.name }}{{ user.age }}

Delete a Row

ID: