{% extends "base.html" %} {% load compress crispy_forms_tags humanize i18n icons permissions static translations %} {% block extra_script %} {% compress js %} {% endcompress %} {% endblock extra_script %} {% block breadcrumbs %} {% path_object_breadcrumbs object %}
{% translate "Screenshot name" %} | {% translate "Image" %} | {% translate "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_edit_screenshot %} {% translate "Edit" %} {% endif %} | {% if user_can_delete_screenshot %} {% endif %} |