{% load i18n %}
{% blocktranslate %} Are you sure you want to mark this SRP link as completed and close it for good? Be aware that once it's completed, your pilots can no longer file SRP requests for this link / fleet. {% endblocktranslate %}
{% if srp_link.pending_requests > 0 %}{% blocktranslate count number_pending_requests=srp_link.pending_requests %} This SRP link still has {{ number_pending_requests }} pending SRP request. Are you absolutely certain you want to mark this SRP link as completed? {% plural %} This SRP link still has {{ number_pending_requests }} pending SRP requests. Are you absolutely certain you want to mark this SRP link as completed? {% endblocktranslate %}
{% endif %}