{% include "common_css.html" %} {% include "common_js.html" %} {% include "menu_bar.html" %}
{% for tuple_pair in tuple_pairs %}
{% for attribute in attributes %} {% endfor %}
{{ attribute }} {{ tuple_pair["ltable_"+attribute]|string|truncate(tokens_per_attribute, True, '', 0) }} {{ tuple_pair["rtable_"+attribute]|string|truncate(tokens_per_attribute, True, '', 0) }}
Comments {{ tuple_pair[comments_col] }}
Tags {{ tuple_pair[tags_col] }}
{% endfor %}
{% include "pagination.html" %}