{% load i18n permissions translations %}
{% translate "The last webhook update for this component used fallback repository matching instead of an exact repository URL match." %}
{% translate "This can happen when the component repository URL does not match the repository URL sent by the webhook, or when Weblate does not yet understand the repository URL format in the webhook payload." %}
{% translate "Check the component repository URL first. If the URL is correct, report the issue to Weblate with the webhook service name, configured component repository URL, branch, and repository URLs from the webhook payload." %}
{% blocktranslate with issue_url="https://github.com/WeblateOrg/weblate/issues/19855" %}Inexact webhook matching is currently scheduled for removal in Weblate 2026.9, see issue #19855.{% endblocktranslate %}
{% perm 'component.edit' component as user_can_edit_component %} {% if service_long_name or repo_url or full_name or branch %}{{ repo_url }}
{{ full_name }}
{{ branch }}
{% if user_can_edit_component %} {% translate "Configure component" %} {% translate "Documentation" %} {% else %} {% translate "Documentation" %} {% endif %} {% translate "Report issue" %}