{% extends 'base/layout.html' %} {% load form_helpers %} {% load i18n %} {% block title %}{% trans "Add Splice Closure" %}{% endblock %} {% block content %}
{% trans "Add Splice Closure" %}
{% if not form.fields.tray_module_type.queryset.exists %}
{% blocktrans %}No splice tray module types are defined yet. Create a Tray Profile for your tray module types first.{% endblocktrans %} {% trans "Add Tray Profile" %}
{% endif %}
{% csrf_token %} {% render_form form %}
{% endblock %}