{% extends "base.html" %} {% load i18n %} {% load permissions %} {% load crispy_forms_tags %} {% load humanize %} {% load icons %} {% block breadcrumbs %}
{% trans "Screenshot name" %} | {% trans "Image" %} | {% trans "Strings" %} | ||
---|---|---|---|---|
{{ screenshot.name }} {{ screenshot.translation.language }} |
{% include "screenshots/screenshot_show.html" %}
|
{% with count=screenshot.units.count %}
{{ count | intcomma }} {% if count == 0 %} {% icon "alert.svg" %} {% endif %} | {% endwith %}{% if user_can_change_screenshot %} {% trans "Edit" %} {% endif %} | {% if user_can_delete_screenshot %} {% endif %} |