// AKB poll.twig

{% set hasPollAnswered = currentUser.pollResults
	.relatedTo(article)
	.cache()
	.all()
%}