{% extends 'layout.html' %} {% load static thumbnail %} {% block title %}{{ general.razon_social }}{% endblock title %} {% block extra_head %} {% endblock %} {% block contenido %}
{% if error %}
{{ error }}
{% endif %}
{{ objects|length }} objetos
{% for object in objects %} {% endfor%}
{{ object }}
{% endblock %}