{% endblock breadcrumbs %}
{% block content %}
{% if not user.is_authenticated or object.user != user %}
{% translate "Invitation to Weblate" %}
{% if not user.is_authenticated %}
{% translate "Please sign-in to view this invitation." %}
{% else %}
{% translate "This invitation belongs to a different user." %}
{% endif %}