{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

{% translate "External profile link" %}

{% blocktranslate with user=page_profile.get_user_name %}You are leaving Weblate to open a profile link provided by {{ user }}.{% endblocktranslate %}

{% blocktranslate with link=link_url %}Destination: {{ link }}{% endblocktranslate %}

{% translate "Only continue if you trust this destination." %}

{% endblock content %}