{% load i18n %}
{% if user == instance.owner %} {% blocktrans %}You are the current owner of this instance.{% endblocktrans %} {% else %} {% blocktrans with owner=instance.owner %} The current owner of this instance is {{owner}}. {% endblocktrans %} {% endif %} {% if user == instance.owner or user.is_superuser %} {% trans "Transfer ownership..." %} {% endif %}