{% load i18n %}
{% if project.created_by %} {% endif %} {% if project.first_team %} {% endif %} {% if project.team %} {% endif %}
{% trans 'Source platform' %} {{ project.created_by }}
{% trans 'Created by team' %} {{ project.first_team.name }}
{% trans 'Current owner team' %} {{ project.team.name }}