diff --git a/templates/cards/profile/view.html.twig b/templates/cards/profile/view.html.twig index 6eae292f55..a3e18c815c 100644 --- a/templates/cards/profile/view.html.twig +++ b/templates/cards/profile/view.html.twig @@ -13,23 +13,25 @@ -
-
{{ 'Subscriptions' | trans }}{{ actor.getSubscriptionsCount() }}
-
{{ 'Subscribers' | trans }}{{ actor.getSubscribersCount() }}
- +
{% if actor_bio %}

{{ actor_bio }}

{% else %}

{{ '(No bio)' | trans }}

{% endif %}
+ +
+
{{ 'Subscriptions' | trans }}{{ actor.getSubscriptionsCount() }}
+
{{ 'Subscribers' | trans }}{{ actor.getSubscribersCount() }}
+