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