{% extends "base.html" %} {% load i18n %} {% load svmarkup %} {% block top %}{% endblock %} {% block content %}
{% blocktrans with html=''|add:nb_users|add:''|safe count count=nb_users %}{{html}} registered user{% plural %}{{html}} registered users{% endblocktrans %}
{% blocktrans with html=''|add:nb_groups|add:''|safe count count=nb_groups %}{{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 {{group_type}} projects{% endblocktrans %}
{% blocktrans %}Newest {{group_type}} projects{% endblocktrans %}
Intro
{% trans "Latest news" %}
{% with news_list as object_list %} {% include 'svnews/news_list.inc' %} {% endwith %}
[{% blocktrans count news_count as count %}{{count}} news in archive{% plural %}{{count}} news in archive{% endblocktrans %}]
{% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}