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