{% extends 'base.html' %} {% load user_tags %} {% load static %} {% block title %}WManager Ordens{% endblock %} {% block content %}

Ordens Registradas

Registar Ativo
{% if request.user|has_group:"Administrador" %} {% endif %} {% for nota in object_list %} {% if request.user|has_group:"Administrador" %} {% endif %} {% empty %} {% endfor %}
Ativo Tipo Data Qtde. Valor Unit. [R$] Valor Total [R$] Corretagem [R$] Emol. [R$] Tx.Liq. [R$] Custo Total [R$] Corretora
{{nota.ativo}} {{nota.tipo}} {{nota.data|date:'d/m/Y'}} {{nota.quantidade}} R$ {{nota.preco}} R$ {{ nota.total_compra }} R$ {{nota.corretagem}} R$ {{nota.emolumentos}} R$ {{nota.tx_liquida_CBLC}} R$ {{nota.total_custo}} {{nota.corretora}} {% if not nota.tipo in "B" %} {% endif %} {% if not nota.tipo in "B" %} {% endif %}
Nenhum registro encontrado.
{% endblock %}