{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}
{% if user.is_superuser %} Ingresar Referencia {% endif %}

Ingreso

Sistema de Inventario

{% csrf_token %} {{ form|crispy }}
{% endblock content %}