{% extends "light/index.1col.html" %} {% load i18n %} {% load static from staticfiles %} {% block title %} {% trans "Ubuntu Software Center Reviews" %} {% endblock %} {% block header %} {% trans "Ubuntu Software Center Reviews" %} {% endblock %} {% block content %} Ubuntu Software Center

{% blocktrans %}You can now review your favourite software in Ubuntu directly from Ubuntu Software Center.{% endblocktrans %}

{% blocktrans %}To get started, simply find the application that you would like to review in Ubuntu Software Center and click on the Review link. {% endblocktrans %}

{% url 'rnr-reviewmoderation-list' as moderation_url %}

{% blocktrans %}Currently, this website is only used by review moderators for Ubuntu Software Center. If you are a review moderator for Ubuntu Software Center, there are currently {{ review_moderation_count }} reviews waiting for moderation.{% endblocktrans %}

{% endblock %}