{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% load crispy_forms_tags %} {% load humanize %} {% load icons %} {% block breadcrumbs %} {% if project %}
{% if project %} {% blocktrans %}Number of entries for {{ project }}{% endblocktrans %} {% elif from_file %} {% trans "Number of uploaded shared entries" %} {% else %} {% trans "Number of your entries" %} {% endif %} | {{ num_entries|intcomma }} | {% trans "Download as JSON" %} {% trans "Download as TMX" %} {% if delete_url %} {% trans "Delete" %} {% endif %} {% if rebuild_url %} {% trans "Rebuild" %} {% endif %} | |
---|---|---|---|
{{ item.origin }} | {{ item.id__count|intcomma }} | {% trans "Download as JSON" %} {% trans "Download as TMX" %} {% if delete_url %} {% trans "Delete" %} {% endif %} {% if rebuild_url and item.can_rebuild %} {% trans "Rebuild" %} {% endif %} | |
{% 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 "Configure" %} {% endif %} | |
{% trans "Number of shared entries" %} | {{ shared_entries|intcomma }} | {% if from_file %} {% trans "Download as JSON" %} {% trans "Download as TMX" %} {% endif %} | |
{% trans "Total number of entries" %} | {{ total_entries|intcomma }} | {% if from_file %} {% trans "Download as JSON" %} {% trans "Download as TMX" %} {% endif %} |