{% extends "djmicrosip_inventarios\base.html" %} {% block title %}Preferencias {% endblock %} {% block style_css %} {{ block.super }} {% endblock %} {% block js_code %} {{ block.super }} {% endblock %} {% block breadcrumb %} {{ block.super }}
  • Herramientas
  • Preferencias
  • {% endblock %} {% block content %} {% if msg %}
    Bien hecho!! {{ msg }}
    {% endif %} {% if warrning %}
    !!! {{ warrning }}
    {% endif %}
    {% csrf_token %} {{ form.errors }}

    Contar series {{ form.manejar_series }}
    {% endblock %}