{% extends "base.html" %} {% block includes %} {% endblock %} {% block content %}

Question Templates

{% for template in question_templates %} {% endfor %}
Question Times Used Answer Type Predicate
{{ template.question }} {{ template.times_used }} {{ template.answer_type }} {{ template.predicate_name }}/{{template.arity()}}
  Add Question Template
{% endblock content %}