{% extends "reviews/ui/_text_table.html" %} {% load i18n %} {% block table_class %}text-review-ui-rendered-table{% endblock %} {% block table_content %} {% if diff_type_mismatch %} {% if is_diff %} {% else %} {% endif %}
{% blocktrans %} These revisions cannot be compared because they are different file types. {% endblocktrans %}
{% else %} {{block.super}} {% endif %} {% endblock table_content %}