{% extends "txstate_base.html" %} {% block head %} {{ form.media }} {% endblock head %} {% block content %}

{{ post.heading }}

{% if post.oncampus_jobs %} {% endif %} {% if post.offcampus_jobs %} {% endif %} {% if post.alerts %} {% endif %} {% if post.announcments %} {% endif %} {% if post.events %} {% endif %} {% if post.grants_awards_scholarships %} {% endif %} {% if post.internships %} {% endif %} {% if post.labs %} {% endif %} {% if post.tutoring %} {% endif %} {% if post.attachment %} {% endif %}
{{ post.body|safe }}
Posted on the following boards:
On campus jobs
Off campus jobs
Alerts
Announcments
Events
Grants, awards and scholarships
Internships
Labs
Tutoring
Attachment: {{ post.attachment.name|slice:"5:" }}
Email this announcement
Edit    Return to all posts {% endblock content %}