Dashboard
C a l l + t o + A c t i o n
P a s t - J o b s
Add Job
Logout
Who?
What?
When?
Where?
More
{% for r in all_jobs %}
{{ r.creator.first_name }}
{{ r.name }}
{{ r.start_time.strftime('%m-%d-%Y') }}
{{ r.location }}
View
{% endfor %}