{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "Projects administration" %} {% endblock %} {% block content %}
{{ i.first_name }} {{ i.last_name }} {{ i.email }} {% if i.is_opened %} {% trans "New project!" %} {% endif %}
{% trans "There are no projects!" %}