{% extends "djadmin2theme_bootstrap3/base.html" %} {% load admin2_tags i18n %} {% block title %}{% trans "Are you sure?" %}{% endblock title %} {% block page_title %}{% trans "Are you sure?" %}{% endblock page_title %} {% block breadcrumbs %}
  • {% trans "Home" %}
  • {{ app_label|title }}
  • {{ model_name_pluralized|title }}
  • {% trans "Publish" %}
  • {% endblock breadcrumbs %} {% block content %}

    {% blocktrans with objects_name=objects_name count counter=deletable_objects|length %}Are you sure you want to publish the selected {{ objects_name }}? The following item will be published: {% plural %}Are you sure you want to publish the selected {{ objects_name }}? The following items will be published: {% endblocktrans %}

    {% csrf_token %} {% for item in queryset %} {% endfor %}
    {% endblock content %}