{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load metrics %} {% block breadcrumbs %}
  • {{ project }}
  • {{ language }}
  • {% endblock %} {% block content %} {% announcements language=language project=project %}
    {% include "snippets/list-objects.html" with objects=translations name_source="component_name" label=_("Component") %}
    {% include "snippets/info.html" with language=None project=project stats=language_stats metrics=object|metrics %}
    {% include "last-changes-content.html" %} {% trans "Browse all language changes" %}
    {% if delete_form %} {% include "trans/delete-form.html" %} {% endif %} {% if replace_form %}

    {% documentation_icon 'user/translating' 'search-replace' right=True %} {% trans "Search and replace" %}

    {% crispy replace_form %}
    {% endif %} {% if bulk_state_form %}

    {% documentation_icon 'user/translating' 'bulk-edit' right=True %} {% trans "Bulk edit" %}

    {% crispy bulk_state_form %}
    {% endif %}
    {% endblock %}