{% extends "base.html" %} {% block title %}{{ _('My Projects') }}{% endblock %} {% block content %}
{{ _('Here are all the projects you are a member of.') }}
{% if projects %}{{ project.description }}
{% endif %} {% if project.created_by_id == current_user.id %} {{ _('Creator') }} {% endif %} {% if project.id == current_user.current_project_id %} {{ _('Current') }} {% endif %}{{ _('You are not a member of any projects yet.') }}
{{ _('Create your first project or join one via an invitation link!') }}