{% load static i18n list_topic_foruns permission_tags widget_tweaks professor_access %} {% professor_subject topic.subject user as professor_links %} {% block javascript %} {% endblock %}
{% if professor_links %} {% include "links/create_link.html" %} {% include "links/delete_link.html" %} {% endif %} {% professor_subject topic.subject user as links_update %} {% if links_update%} {% include "links/update_link.html" %} {% endif %}