{% extends "principal.html" %} {% load staticfiles %} {% load url from future %} {% block jquery %} function ejecutaForm(enlace){ document.getElementById("frmPanel").action = enlace; document.getElementById("frmPanel").submit(); } function guardaExpediente(id){ document.getElementById("frmPanel").action ="/procesos/guardaExpediente/" + id; document.getElementById("frmPanel").submit(); } function findEstidades(Pais){ document.getElementById('municipio').options.length = 0; ejecutaForm('/procesos/findEstidades/' + Pais); } function findMunicipios(Estado){ ejecutaForm('/procesos/findMunicipios/' + Estado); } {% endblock %} {% block breadcrumbs %}
  • Inicio
  • Nuevo
  • Guardar
  • {% endblock %} {% block contenido %} {% if Grabo == '0' %} {% endif %} {% if Grabo == '1' %} {% endif %} {% if Grabo == '2' %} {% endif %}
    {% csrf_token %}
     Captura de Expediente


    Existen : 


      
    {% endblock %}