{% extends "light/index.1col.html" %} {% load i18n %} {% block title %} {% blocktrans with review_moderation.get_status_display as status %} {{ status }} moderation for package {{ package_name }} {% endblocktrans %} {% endblock %} {% block header %} {% blocktrans with review_moderation.get_status_display as status %} {{ status }} moderation for package {{ package_name }} {% endblocktrans %} {% endblock %} {% block content %}

Current flags

{% for flag in review_moderation.reviewmoderationflag_set.all %}

{{ flag.summary }}

{{ flag.description }}

{% endfor %}

Perhaps with previous/later moderations in the footer.

{% comment %} XXX michaeln 2010-12-03 bug=648631 Replace the following with an actual form snippet. {% endcomment %} {% ifequal review_moderation.status 0 %} Moderate {% endifequal %} {% endblock %}