{% extends "contacts/company/base.html" %} {% load i18n %} {% block title %}{{ block.super }}: {% trans "Create a new Company" %}{% endblock %} {% block content_title %}

{% trans "Create a new Company" %}

{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }} {% for form in phone_formset.forms %} {{ form.as_p }} {% endfor %}

{% endblock %}