{% extends "principal.html" %} {% load staticfiles %} {% load url from future %} {% block jquery %} function ejecutaForm(enlace){ document.getElementById("frmPanel").target = '_blank' document.getElementById("frmPanel").action = enlace; document.getElementById("frmPanel").submit(); } {% endblock %} {% block breadcrumbs %}
  • Inicio
  • Concentrados
  • {% endblock %} {% block contenido %}
    {% endblock %}