{% extends "Base.html" %} {% block content %} <- volver Registro inventario {% if error %} {{error}} × {% endif %} {% if mensaje %} inventario a sido creado con exito × {% endif %} {% csrf_token %} {{form.as_p}} Crear nuevo inventario {% endblock %}