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