{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Import" %} · {{ definition.verbose_name_plural }} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Import" %} {{ definition.verbose_name_plural }}{% endblock %} {% block page_subtitle %}{% trans "Validate a .paxalia package before applying it" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Validation happens before mutations. Imported content is never rendered as trusted HTML." %}