{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}

{{ title }}

{% blocktrans count total=queryset|length %} Deploy {{ total }} DNS record using the selected DNS credentials. {% plural %} Deploy {{ total }} DNS records using the selected DNS credentials. {% endblocktrans %}

{% csrf_token %} {{ form.as_table }}

{% trans "Selected records" %}

{% endblock %}