if request.user.is_authenticated and (request.user.is_organizer or
                                              (app and (app.user_id == request.user.id))):
            downloadable_path = app.resume.path