{% extends "menumarca.html" %} {% load url from future %} {% block breadcrumbs %}
  • Inicio
  • Marcas
  • {{operacion}} Marca
  • {% endblock %} {% block maincontent %}
    Marca
    {% csrf_token %}
    {% include "formsnippet.html" with form=form %}
    {% endblock %}