List of existing texts:
{% if translations|length > 0 %}There are no translations for this language
{% endif %}
{% extends "modeltranslation/admin/admin.html" %} {% load static from staticfiles %} {% load thumbnail %} {% load i18n %} {% block custom-css %} {{ block.super }} {% endblock %} {% block head_title %} Administrate translations {% endblock %} {% block breadcrumb_element %} {{ block.super }} › Translations to {{language}} {% if filter and filter != "all" %} › {% if filter == "fuzzy" %} Incomplete {% elif filter == "completed" %} Complete {% endif %} {% endif %} {% if search_query %} › Results {% endif %} {% endblock breadcrumb_element %} {% block body %}