{% extends "txstate_base.html" %} {% block content %} {% if type == "lab_assistants" %}

Lab Assistants

{% endif %} {% if type == "lab_instructors" %}

Lab Instructors

{% endif %} {% if type == "researchers" %}

Researchers

{% endif %} {% if type == "student_workers" %}

Student Workers

{% endif %} {% if type == "staff" %}

Staff

{% endif %} {% endblock content %}