{% extends 'base.html' %} {% block title %}{% if object %}Editar{% else %}Novo{% endif %} Produto - Sistema de Comandas{% endblock %} {% block content %}

{% if object %}Editar{% else %}Novo{% endif %} Produto

{% csrf_token %}
{% if object.thumbnail %}

Imagem atual: Ver imagem

{% endif %}
Cancelar
{% endblock %}