{% load i18n %} {% for team in object.teams.all %}

{{ team }} {% trans "team" %}

{% endfor %}

{% trans "Name" %} {{ object.full_name }}

{% trans "Social links" %}

{% trans "Strong Skills" %}

{% trans "Done projects" %}

{% for project in object.projects.all %}

{{ project }}

{% endfor %}