## Script (Python) ""
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=ids=[], REQUEST=None
##title=
##
# $Id: academics_contents_display_buttons.py 486 2006-09-06 10:09:39Z joachim $
"""
buttons shouldn't be displayed if
"""

#if context.portal_type in ('Department','Certificate','StudyLevel'):
if context.portal_type in ('Department',
                           'StudyLevel',
                           'Student',
                           'StudentApplication',
                           'StudentClearance',
                           'StudentPersonal',
                           'StudentStudyCourse',
                           'StudentStudyLevel',
                           ):
    return None
return 1
