{% load i18n %}
{% trans 'This is the dashboard, a place where you can follow the updates of your favorite projects and partners.' %}
{% blocktrans %}Start by looking for your friends in the search bar on the top of the screen. Then, click on the Follow button in your friend's profile to start following their updates in your dashboard.{% endblocktrans %}
{% trans 'You can always come back here by clicking on the Tribus logo.' %}
{% blocktrans %}Hi {{ user_from_template }}, this is your profile.{% endblocktrans %}
{% blocktrans %}Start by writing something on your wall.{% endblocktrans %}
{% blocktrans %}This is the profile of {{ user_from_template }}.{% endblocktrans %}
{% blocktrans %}{{ user_from_template }} has not written anything yet.{% endblocktrans %}