{% extends "admin/admin-layout.html" %} {% block app_content %}

Officer Positions for {{ current_user.first_name}} {{ current_user.last_name }}

Update Photo: Here {% for o in position_list %} {% endfor %}
Position Term Start Term End
{{ o.position }} {{ o.term_start }} {{ o.term_end }}

{% endblock %}