{% extends "txstate_base.html" %} {% block content %}
{{ profile.title }}
{% endif %} {% if profile.education %}{{ profile.education|safe }} {% endif %} {% if profile.research_interests %}
{{ profile.research_interests|safe }}
{% endif %} {% if profile.photo %}Course | Section | Meets | From | Until | Location |
{{ course.course }} | {{ course.section }} | {{ course.meeting_days }} | {{ course.begin_time }} | {{ course.end_time }} | {{ course.location }} |
Course | Section | Meets | From | Until | Location |
{{ course.course }} | {{ course.section }} | {{ course.meeting_days }} | {{ course.begin_time }} | {{ course.end_time }} | {{ course.location }} |
Location: {{ profile.office_location_sm }}
{% endif %} {% if profile.office_phone_sm %}Phone: {{ profile.office_phone_sm }}
{% endif %} {% if profile.office_location_rr %}Location: {{ profile.office_location_rr }}
{% endif %} {% if profile.office_phone_rr %}Phone: {{ profile.office_phone_rr }}
{% endif %}{{ profile.user.email }}
{% if profile.webpage %}{{ profile.webpage }}
{% endif %} {% ifequal user profile.user %} Edit {% endifequal %} {% endblock %}