{% extends "base.html" %} {% load i18n %} {% load txcommontags %} {% block body_class %}index{% endblock %} {% block breadcrumb %}{% endblock %} {% block content_title %}

{% trans "Welcome to Transifex" %}

{% endblock %} {% block content %} {% if not request.user.is_authenticated %}
{% url user_changeopenid as user_changeopenid %} {% include "simpleauth/login_box.html" %}
{% endif %}

{% trans "Transifex is a service aimed at helping translators keep track of their favourite translation projects." %}

{% include "search_form.html" %} {% url project_list as project_list %} {% blocktrans %}You could also browse through all projects.{% endblocktrans %}
{% include "projects/project_latests.html" %} {% get_top_translators 5 %} {% include "projects/project_top_translators.html" %}
{% endblock %}