{% extends 'main/elements/oneliner.html' %} {% block related %} {% if oneliner.relateds %} {% with oneliner.relateds as alternatives %}
{% endwith %} {% endif %} {% if oneliner.alternatives %} {% with oneliner.alternatives as alternatives %} {% endwith %} {% endif %} {% if oneliner.questions %} {% with oneliner.questions as answers %} {% endwith %} {% endif %} {% endblock %}