{% extends "xadmin/edit_inline/base.html" %}
{% load i18n xadmin_tags crispy_forms_tags %}
{% block inline_style %}stacked{% endblock inline_style %}
{% block box_content_class %}formset-content muted{% endblock box_content_class %}
{% block box_content %}{% trans "Null" %}{% endblock box_content %}