{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Checks" %}
  • {% endblock %} {% block content %}

    {% trans "Checks listing" %}

    {% for check in checks %} {{ check.count }}{% check_name check.check %} {% endfor %}

    {% trans "Information" %}

    {% trans "Customizable quality checks will help you in improving quality of translations." %}

    {% trans "The checks can help you identify problematic translations or source strings which are hard to translate." %}

    {% endblock %}