{% load i18n %}

{% blocktranslate count count=unassigned %}One screenshot has no string assigned to it.{% plural %}{{ count }} screenshots have no string assigned to them.{% endblocktranslate %}

{% if screenshot_id %} {% url "screenshot" pk=screenshot_id as screenshot_url %} {% else %} {% url "screenshots" path=component.get_url_path as screenshot_url %} {% endif %} {% translate "Manage screenshots" %}