{% extends "base.html" %} {% load i18n %} {% block content %} {% include "translation_info.html" %} {% with object.get_checks as checks%} {% if checks %}

{% trans "Strings to check" %}

{% endif %} {% endwith %} {% endblock %}