{% load i18n %} {% if has_group %}
{% if current_project.id %}
{% trans "current project" %}
{{ current_project.name }}
{% trans "Change" %}
{% else %}
{% trans "No project selected" %}
{% trans "Click here to select a project" %}
{% endif %}
{% endif %}