{% 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 %}
{% include "simpleauth/login_box.html" %}
{% endif %}

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

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