{% extends 'oneliners/elements/question.html' %}
{% block related %}
{% if question.oneliners %}
{% with question.oneliners as answers %}
Proposed answers
{% for answer in answers %}
{% with answer.oneliner as oneliner %}
{% with answer.score as score %}
{% include 'oneliners/elements/oneliner.html' %}
{% endwith %}
{% endwith %}
{% endfor %}