{% blocktrans %}Where should it go?{% endblocktrans %}
{% blocktrans with view.model_name_plural as plural %}{{ plural }} can be added to more than one place within your site. Where would you like this new one to go?{% endblocktrans %}
{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags compress admin_urls admin_static wagtailmodeladmin_tags %} {% block titletag %}{{ view.get_meta_title }}{% endblock %} {% block content %}
{% blocktrans with view.model_name_plural as plural %}{{ plural }} can be added to more than one place within your site. Where would you like this new one to go?{% endblocktrans %}