{% extends 'base.html' %} {% load static %} {% load widget_tweaks %} {% block content %}

Nhập thông tin địa điểm khách hàng

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if show_confirm %} {% endif %}
{{ form.contract_number|add_class:"form-control" }}
{{ form.acct_ktv|add_class:"form-control" }}
{{ form.address_note|add_class:"form-control" }}

Nhấp để chọn ảnh hoặc kéo thả ảnh vào đây

Preview
{% endblock %}