{% load static %}
{% include 'head.html' %}
About - TJSGA
{% include 'header.html' %}
Contact Us!
"The world is moved not only by the mighty shoves of the heroes, but also by the aggregate of the tiny pushes of each honest worker." - Helen Keller
Contact us at
sga.tjhsst@gmail.com
. We would love to answer questions or hear about how you think we can improve TJ!
{% for org in categories %}
{{ org.1 }}
{% with key=data|get_item:org.0 %} {% for member in key %}
{{ member.first_name }} {{ member.last_name }}
{% if member.category != 'sponsors' and member.category != 'senators' %}
{{ member.year }}
{% endif %} {% if member.category != "officers" %}
{{ member.title }}
{% endif %} {% if member.category == "officers" and member.intro != '' %}
{{ member.intro }}
{% endif %}
{% endfor %} {% endwith %}
{% endfor %}
{% include 'footer.html' %}