{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if reviews_available %}

Select review to add selected items to

You've selected {{number_of_items}} {{content_type}} to add to a review.

{% for review in reviews_available %}
{% csrf_token %}

{{review.title}}

{{review.description}}

{% endfor %}
{% else %}

Ops! No reviews can handle your content type

There are not registered any review that can handle the content type you've selected.

Back {% endif %}

{% endblock %}