{{ screenshot.name }}
{{ screenshot.translation.language }}{{ screenshot.repository_filename }}
{% include "screenshots/screenshot_show.html" %}
{% with count=screenshot.strings_count %}
{% blocktranslate count count=count trimmed %}
{{ count }} string
{% plural %}
{{ count }} strings
{% endblocktranslate %}
{% if count == 0 %}
{% icon "alert.svg" %}
{% endif %}
{% endwith %}