{% extends "base.html" %} {% load staticfiles %} {% block jquery %} $(document).ready(function(){ $("#id_menor").focus(); }); $(document).ready(function(){ $('#id_documento').picklist({ sourceListLabel: "Opciones Disponibles", targetListLabel: "Opciones Seleccionadas", }); }); {% endblock %} {% load url from future %} {% block breadcrumbs %}
  • Principal
  • Menores
  • Datos
  • Documentos
  • Documentos
  • {% endblock %} {% block contenido %}
    {% if uno %} Editar Aspecto {% else %} Documentos Menor {% endif %}
    {% csrf_token %}
    {% include "form_snippet.html" %}
    {% if tipo == 1 %} {% else %} Regresar {% endif %} {% if tipo == 1 %} {% else %} {% endif %}
    {% endblock %}