{% extends "projects/base.html" %} {% load i18n %} {% load humanize %} {% load pagination_tags %} {% load project_tags %} {% block head_title %}{% blocktrans %}Create Project{% endblocktrans %}{% endblock %} {% block body %}
A project is a place to manage a group of people working on a common set of tasks. It is similar to a tribe in providing a wiki and threaded discussion but is invitation only and adds issue tracking.
{% if user.is_authenticated %} {% else %} {% url acct_signup as signup_url %} {% url acct_login as login_url %}{% blocktrans %}Sign up and log in to create your own project or join an existing one.{% endblocktrans %}
{% endif %} {% endblock %}