$def with (course,task_data,available_filetypes,AccessibleTime,current_filetype,contains_is_html) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $#
$if len(available_filetypes) != 1:
$else:
$if isinstance(task_data.get('author',[]),list): $ a=', '.join(task_data.get('author',[])) $else: $ a=task_data.get('author',[])



$ at = AccessibleTime(task_data.get('accessible',True))