Commit 2ba3690e by Bach Dániel

dashboard: display full name

parent fa12edb4
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
{% if user == instance.owner %} {% if user == instance.owner %}
{% blocktrans %}You are the current owner of this instance.{% endblocktrans %} {% blocktrans %}You are the current owner of this instance.{% endblocktrans %}
{% else %} {% else %}
{% blocktrans with owner=instance.owner %} {% blocktrans with owner=instance.owner name=instance.owner.get_full_name%}
The current owner of this instance is {{owner}}. The current owner of this instance is <strong>{{name}} ({{owner}})</strong>.
{% endblocktrans %} {% endblocktrans %}
{% endif %} {% endif %}
{% if user == instance.owner or user.is_superuser %} {% if user == instance.owner or user.is_superuser %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment