{% extends "common/base.html" %}{% load i18n %} {% block title %}{% trans "Removal company" %}{% endblock %} {% block h3 %}{% trans "You sure you want to remove the service companies with the parameters:" %}{% endblock %} {% block content %}
{% trans "Name" %} {% trans "Contacts" %} {% trans "Address" %} {% trans "Comments" %}
{{ firm.name }} {{ firm.contacts }} {{ firm.address }} {{ firm.comments }}
{% csrf_token %}
{% trans "Back" %}
{% endblock %}