{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load permissions %} {% block breadcrumbs %}
{% trans "Source" %} | {% trans "Translation" %} | |
---|---|---|
{% format_translation word.source project.source_language simple=True %} | {% format_translation word.target language simple=True %} | {% if user_can_change_dictionary %} {% endif %} {% if user_can_delete_dictionary %} {% endif %} |
{% trans "No words found!" %}
{% endif %}