{% load static %} Document

Employee list

{%for i in employees%} {%endfor%}
# First Last Handle
{{forloop.counter}} {{i.first_name}} {{i.last_name}} {{i.email_address}}
not found