{% 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 with number_pending_requests=srp_link.pending_requests %} This SRP link still has {{ number_pending_requests }} pending SRP request(s). Are you absolutely certain you want to mark this SRP link as completed? {% endblocktranslate %}
{% endif %}