Sorry if I am being a moron, but what happen with this if tag ?
view return:
return render_to_response('productos/por_estado.html', {'productos':productos},
context_instance=RequestContext(request))
#Im not returning 'estado' !
template:
{% if estado %}
{% block activos_active %}class="active"{% endblock %}
{% endif %}
template html result:
class="active"
:S