{% include "common_css.html" %} {% include "common_js.html" %} {% include "menu_bar.html" %}
{% for tuple_pair in tuple_pairs %} {# Tuple pair tables #}
{% for attribute in attributes %} {% endfor %} {% for attribute in attributes %} {% endfor %} {% for attribute in attributes %} {% endfor %}
{{ attribute }}
{{ tuple_pair["ltable_"+attribute]|string|truncate(tokens_per_attribute+3, True, '...', 0)}}
{{ tuple_pair["rtable_"+attribute]|string|truncate(tokens_per_attribute+3, True, '...', 0)}}
Comments {{ tuple_pair[comments_col] }}
Tags {{ tuple_pair[tags_col] }}
{# Change label buttons #}
{% endfor %} {# End of foreach tuple pair #}
{% include "pagination.html" %}