{% if user %} {% for i in user %}
{{ i.nama }} is my name
{{ i.npm }} is my NPM
{% endfor %} {% endif %}