{% extends "BaseLogin.html" %} {% block title %} Bank Accounts List {% endblock %} {% block content %}

Cadastrar

{% csrf_token %}
{% include 'Product/Create/client.html' %}
{% include 'Product/Create/date.html' %}
{{ form.quantity.label }}
{{ form.quantity }}
{% include 'Product/Create/product.html' %}
{% include 'Product/Create/pay_method.html' %}
{% include 'Product/Create/professional.html' %}
Cancelar e Voltar
{% endblock %}