{% extends "base.html" %} {% block title %}Triad Elicitation{% endblock %} {% block body %}

Which one is different? ({{current}} of {{total}})

{{thinkof|safe}} {% for element in user_triad %} {{ element.1 }}
{% endfor %}

{{differentphrase|safe}}

{{similarphrase|safe}}

{% endblock %}