{% extends "base.html" %} {% load crispy_forms_tags i18n metrics translations %} {% block breadcrumbs %} {% path_object_breadcrumbs path_object %} {% endblock breadcrumbs %} {% block content %}
{% include "snippets/translation.html" %}
{% include "snippets/list-objects.html" with objects=translation_objects list_categories=categories name_source="component_name" label=_("Component") %} {% include "paginator.html" with page_obj=translations %}
{% show_info project=category.project stats=language_stats metrics=object|metrics %}
{% include "last-changes-content.html" %} {% translate "Browse all changes for this language" %}
{% if delete_form %}
{% include "trans/delete-form.html" %}
{% endif %} {% if replace_form %}

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

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

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

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