{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% load crispy_forms_tags %} {% block breadcrumbs %} {% if project %}
{% trans "Shared translation memory" %} | {% if project.use_shared_tm %} {% comment %}Translators: Shared translation memory is enabled{% endcomment %} {% trans "on" %} {% else %} {% comment %}Translators: Shared translation memory is disabled{% endcomment %} {% trans "off" %} {% endif %} {% perm 'project.edit' project as user_can_edit_project %} {% if user_can_edit_project %} {% trans "Set up" %}{% endif %} |
---|---|
{% if project %} {% blocktrans %}Number of entries for {{ project }}{% endblocktrans %} {% elif use_file %} {% trans "Number of entries on the whole platform" %} {% else %} {% trans "Number of your entries" %} {% endif %} | {{ num_entries }} |
{% trans "Total number of entries" %} | {{ total_entries }} |