+ <%
+ if issue['Location'] is not None:
+ linky = issue['Location']
+ if not os.path.isfile(linky):
+ if mylar.MULTIPLE_DEST_DIRS is not None and mylar.MULTIPLE_DEST_DIRS != 'None':
+ linky = os.path.join(mylar.MULTIPLE_DEST_DIRS,issue['Location'])
+ else:
+ linky = None
+ else:
+ linky = None
+ %>
+ %if linky:
+ %endif