{% load i18n %}

{% trans "Project Overview" %}

{% trans "Information" %}


{% trans "Project Name" %}
{{ project.name }}
{% trans "Project ID" %}
{{ project.id }}
{% trans "Enabled" %}
{{ project.enabled }}
{% trans "Description" %}
{{ project.description|default:_("None") }}