{% extends "base.html" %} {% load i18n %} {% block top %}{% endblock %} {% block content %}
{% blocktrans count nb_users as count and ''|add:nb_users|add:''|safe as html %}{{html}} registered user{% plural %}{{html}} registered users{% endblocktrans %}
{% blocktrans count nb_groups as count and ''|add:nb_groups|add:''|safe as html %}{{html}} hosted project{% plural %}{{html}} hosted projects{% endblocktrans %}
{% for conf in group_confs %} {% endfor %}
+ {% blocktrans count nb_pending as count %}{{count}} registration pending{% plural %}{{count}} registrations pending{% endblocktrans %}
{% trans "Help wanted" %}
{% for object in category_list %} {% endfor %}
{% trans "Most popular items" %}
{% blocktrans %}Newest %s1 projects{% endblocktrans %}
{% blocktrans %}Newest %s2 projects{% endblocktrans %}
Intro
News
{% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}