{% extends "report_builder/base.html" %} {% load i18n %} {% block content %}
{% trans "Select the report you wish to use. Report filters will be ignored and only your checked off items will be reported." %}
{% trans "Create and manage reports" %} {% trans "here" %}.
{% blocktrans with number_objects=number_objects model=model plur=number_objects|pluralize admin_url=admin_url %} You have selected {{ number_objects }} {{ model }} record{{ plur }}. Click here to go back. {% endblocktrans %}